Is there any way to make a selection on combobox when a key is pressed?, just in the old fashion way as html select.
Thanks in advance.
Is there any way to make a selection on combobox when a key is pressed?, just in the old fashion way as html select.
Thanks in advance.
Like if you press M and it goes to the first value with M?
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
When you start typing it should filter the store and show the matches that match what you type in so if you type M then it will show all the items that start with M
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens