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
The onInput and onChange event handlers inside TextInput component call a parse function which converts the string value into a Number before being dispatched.
The
onInput
andonChange
event handlers insideTextInput
component call aparse
function which converts the string value into aNumber
before being dispatched.This behaviour breaks the step and pattern attributes from being used along with
number
inputs.Suggested solution: Remove the
parse
function.The text was updated successfully, but these errors were encountered: