-
FEATURED COMPONENTS
First time here? Check out the FAQ!
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 : https://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.
Thanks for the reproducible case. I have posted it at https://tracker.zkoss.org/browse/ZK-4955
we have fixed this bug, please try 9.6.4.FL.20230419-Eval
Asked: 2021-07-16 17:12:55 +0800
Seen: 8 times
Last updated: Apr 20
How to capture onScroll Event of Combobox
combobox does not scroll autocompleted text into view
I want to take different value from label(value) and pass to @bind object
Combobox sometimes clears the selected item
zk combobox filtering option is not working inside listbox .
Zk create custom event for COmbo box?
Fetching Key-Value pair for ComboBox using SimpleListModel
How to set selected combobox when using setModel
ComboBox autocomplete does not work with onOk event [closed]