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
When user enter special chars like a coma or PrintScreen button after select item from selectbox, input value sets to unexpected chars, e.g. ',' for PrintScreen.
Steps to reproduce:
Click on SelectBox
Select item from dropdown list
Click PrintScreen tab
I think, this bug located in mainClick() method, which handles keyup event.
The text was updated successfully, but these errors were encountered:
When user enter special chars like a coma or PrintScreen button after select item from selectbox, input value sets to unexpected chars, e.g. ',' for PrintScreen.
Steps to reproduce:
I think, this bug located in mainClick() method, which handles keyup event.
The text was updated successfully, but these errors were encountered: