Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWComboBoxAsyncSelect
#4
The IWComboBox (and other IW combo box/list box related controls) are wrappers around standard HTML 5 <SELECT> elements. Also, the OnAsyncSelect event is the equivalent of HTML 5 element's SELECT event. But the SELECT event fires when text is selected within the control (although in the case of a ComboBox it may suggest that it fires when an element is selected).

Bottom line is: HTML 5 doesn't provide such event (one that fires even if the same option is selected). It is not an IW limitation but how browsers work.

If you explain why you need this event to fire repeatedly even if the option doesn't change, we can think on other options... Maybe OnAsyncEnter/OnAsyncExit could also be used...
Reply


Messages In This Thread
IWComboBoxAsyncSelect - by Gustave - 11-09-2021, 05:36 PM
RE: IWComboBoxAsyncSelect - by Alexandre Machado - 11-12-2021, 03:09 AM
RE: IWComboBoxAsyncSelect - by Gustave - 11-12-2021, 02:16 PM
RE: IWComboBoxAsyncSelect - by Alexandre Machado - 11-12-2021, 08:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)