Is there a chance that the onchange event is dispatched twice in Windows text inputs?
I’m getting two events in my form when the user deletes the text input value when a value is erased but not when it’s added or changed.
b.onchange > b.f > uxp > j > g > f
Steps to Reproduce:
- in windows create a form in a panel and add a change handler to a text field
- add text to the text input and hit tab
- go back to the text field and erase the text and press enter