In text input form elements on Windows a change event is not dispatched when the user tabs out of the form element when the input has updated the value from something to empty.
Steps to reproduce:
- add two text inputs to a UXP form
- add a change event to each
- enter text and tab to the next input
- go back to the input and erase the text
- tab to the next input
Expected behavior:
A change event is dispatched.
Actual behavior:
A change event is dispatched on Mac but not on Windows.
XD 22.1.12.5