Text Input not dispatching change event when tabbing on Windows

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:

  1. add two text inputs to a UXP form
  2. add a change event to each
  3. enter text and tab to the next input
  4. go back to the input and erase the text
  5. 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

Thanks for reporting this. We will look into this.