-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
Hi
It seems that when selecting a value from a autocomplete combobox, by typing and pressing Tab, causes The onChange event to fire twice.
Please look at example : zkfiddle.org/sample/2upc870/2-Autocomplete-in-combobox-Onchange-fired-twice-when-tabing
So type 0 and press Tab.
I think the onChange event is fired under the onSelect code and the OnChange Code.
![]() | 2 | No.2 Revision |
Hi
It seems that when selecting a value from a autocomplete combobox, by typing and pressing Tab, causes The onChange event to fire twice.
Please look at example : zkfiddle.org/sample/2upc870/2-Autocomplete-in-combobox-Onchange-fired-twice-when-tabinghttps://zkfiddle.org/sample/2upc870/2-Autocomplete-in-combobox-Onchange-fired-twice-when-tabing
So type 0 and press Tab.
I think the onChange event is fired under the onSelect code and the OnChange Code.