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
After upgrading to v15 our tests started to fail because the change event on a select was fired way too often (twice as often in this reproducer).
…n changing value or index
* fix: [#1603] HTMLSelectElement should not dispatch "change" event when changing value or index
* chore: [#1603] Tries to fix integration test
* chore: [#1603] Fixes failing integration test
Describe the bug
After upgrading to v15 our tests started to fail because the change event on a select was fired way too often (twice as often in this reproducer).
To Reproduce
Steps to reproduce the behavior:
npm install && npm run test
(uses v14)npm install && npm run test
The text was updated successfully, but these errors were encountered: