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
Thanks for the great work! The Component is working really well for us.
We are using NumberFormat with a type="password" (for users to fill sensitive information), but we have a PropType error Invalid prop typeof valuepasswordsupplied toNumberFormat, expected one of ["text","tel"].
It's actually working pretty well with type="password". Could you add this type in the PropType validation? It's definitely not a blocker, but you know... :)
The text was updated successfully, but these errors were encountered:
Thanks for the great work! The Component is working really well for us.
We are using
NumberFormat
with atype="password"
(for users to fill sensitive information), but we have a PropType errorInvalid prop
typeof value
passwordsupplied to
NumberFormat, expected one of ["text","tel"].
It's actually working pretty well with
type="password"
. Could you add this type in the PropType validation? It's definitely not a blocker, but you know... :)The text was updated successfully, but these errors were encountered: