I have a ComboBox
in menu mode with a huge number of names, and the user is prompted to select a specific one.
If the user wants, say, βNeil,β then they first press βnβ, which calls the first name starting with βnβ: for example, Nash. Then, quickly after pressing "n", they press "e", which they expect will call all names starting with "ne", however this is not what happens. It calls all names starting with "e".
No matter how fast the user types, if they type βneilβ with the field in focus, it will generate names starting with βlβ.
Is there any way to change this behavior?
source share