For a select item, the user can type a starting letter to select the correspont item. But I want to disable this behavior, what I want is that the user cannot auto-select a tiem by typing letter. Is there any way to do so?
I tried to capture the behavior of typing letter by addKeyDownHandler, addKeyUpHandler,addKeyPressHandler, but none of them will be called after the letter is typed.
I tried to capture the behavior of typing letter by addKeyDownHandler, addKeyUpHandler,addKeyPressHandler, but none of them will be called after the letter is typed.
Comment