Wicket Dropdown with Autocomplete and Categories

前端 未结 1 1054
清歌不尽
清歌不尽 2021-01-27 23:15

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 w

相关标签:
1条回答
  • 2021-01-27 23:43

    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

    0 讨论(0)
提交回复
热议问题