ComboBox type with Filtering option Added (ComboBox filtered by textInput)#2037
ComboBox type with Filtering option Added (ComboBox filtered by textInput)#2037birddevelper wants to merge 2 commits intovolosoft:masterfrom
Conversation
It was difficult to find items in big lists. So a filtering input box below the ComboBox (Select tag) can simply solve this problem. type : 'filtered'
|
Thank you for your contribution.
|
|
You have added a new filtering textbox to filter a combobox? I think it does not seems good. |
|
Thanks for your motivating :)) anyway, finding an item in large lists is too difficult, and this inputbox solves this problem. however I try my best to find a way to design something near what you expected. |
|
Maybe it's better to use bootstrap-select or a similar library instead of creating a solution ourselves. jtable allows you to override HTML for inputs (see http://jtable.org/ApiReference/FieldOptions#fopt-input). So, we can define input option and use bootstrap-select. |

It was difficult to find items in big lists. So a filtering input box below the ComboBox (Select tag) can simply solve this problem.
type : 'filtered'