You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you click the removeItem button (clearing the input) an event is triggered with the current value, then another event is triggered with the new (empty) value.
Notice that there have now been 3 events in the console.
Expected behavior
The removeItem button should just fire the change event with the new, empty value.
Desktop (please complete the following information):
OS: iOS
Browser Chrome
Additional context
This bug can be frustrating if you use the change event to trigger a promise, to do something asynchronous, as the results sometimes come back in the wrong order.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you click the removeItem button (clearing the input) an event is triggered with the current value, then another event is triggered with the new (empty) value.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The removeItem button should just fire the change event with the new, empty value.
Desktop (please complete the following information):
Additional context
This bug can be frustrating if you use the change event to trigger a promise, to do something asynchronous, as the results sometimes come back in the wrong order.
The text was updated successfully, but these errors were encountered: