sebfz1 / wicket-jquery-ui

jQuery UI & Kendo UI integration in Wicket
http://www.7thweb.net/wicket-jquery-ui/
Other
92 stars 58 forks source link

List comes as a single element, comma separated #331

Closed pekour closed 3 years ago

pekour commented 3 years ago

In Wicket for Kendo 8.11.1 selected keys of multiple rows come as a comma-separated single list element public void onChecked(AjaxRequestTarget target, List<String> selectedKeys)

sebfz1 commented 3 years ago

Yes, that's the purpose. Why do you think it is an issue?

sebfz1 commented 3 years ago

Maybe I didn't understood the issue correctly. I'll have a look...

sebfz1 commented 3 years ago

Well spotted Alexander! I fixed it, and will release 8.12.0 in the coming days

pekour commented 3 years ago

Thank you!