Wicket Dropdown with Autocomplete and Categories

寵の児 提交于 2019-12-04 05:57:44

问题


I need an autocomplete with a dropdown with results categorised like in HTML select - optgroup with keyboard navigation.

I tried to implement a wicket Select component with groups based on this: Separator in a Wicket DropDownChoice with a textfield for search, but can't jump to select with "Arrow down".

Any other ideas?


回答1:


I think you best option is Select2 (example: https://select2.github.io/examples.html#themes-templating-responsive-design) and its Wicket integration: https://github.com/wicketstuff/core/tree/master/select2-parent



来源:https://stackoverflow.com/questions/36357655/wicket-dropdown-with-autocomplete-and-categories

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!