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
Click on either one of the spinners' button (up or down).
The console will print both Hello and World.
Expected result(s):
The console should only print EITHER Hello or World depending on which button of which spinner is clicked. NOT both.
One version prior (2.1.2) doesn't have this issue.
The text was updated successfully, but these errors were encountered:
DamienLaw
changed the title
Change event of an input spinner triggers the change events of all other input spinner
Change event of an input spinner triggers the change events of all other input spinners
Aug 15, 2022
Version: 2.2.0
Steps to reproduce:
change
event handlers to both spinnersHello
andWorld
.Expected result(s):
The console should only print EITHER
Hello
orWorld
depending on which button of which spinner is clicked. NOT both.One version prior (2.1.2) doesn't have this issue.
The text was updated successfully, but these errors were encountered: