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
There is no input event on <input type="number"/> though, if the added character leads to a value that can not result in a valid input by typing more characters. I.e. 1ee the second e is ignored.
But this should be addressed at
There is no
input
event on<input type="number"/>
though, if the added character leads to a value that can not result in a valid input by typing more characters. I.e.1ee
the seconde
is ignored.But this should be addressed at
user-event/src/keyboard/plugins/character.ts
Lines 109 to 114 in 74d191c
Originally posted by @ph-fritsche in #583 (comment)
Also
inputType: 'insertText'
is missing.The text was updated successfully, but these errors were encountered: