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
If I understood correctly, the purpose of the symbolPattern attribute of the Input component is to prevent unwanted input based on a regex.
I am trying to replicate the behavior of a standard HTML input with type=number so I am using symbolPattern="\d*" . However, I can still input non-digit characters.
Did I miss anything or is this a bug?
By the way, thanks for this great project.
The text was updated successfully, but these errors were encountered:
If I understood correctly, the purpose of the
symbolPattern
attribute of theInput
component is to prevent unwanted input based on a regex.I am trying to replicate the behavior of a standard HTML input with
type=number
so I am usingsymbolPattern="\d*"
. However, I can still input non-digit characters.Did I miss anything or is this a bug?
By the way, thanks for this great project.
The text was updated successfully, but these errors were encountered: