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
Hi! I want to disable placeholderChar or set it to empty string, but it's impossible because props validation require value.length === 1. I think placeholder chars are optional. Previously I use jquery plugin for masked input, and it doesn't set placeholder by default.
The text was updated successfully, but these errors were encountered:
Hi! I want to disable
placeholderChar
or set it to empty string, but it's impossible because props validation requirevalue.length === 1
. I think placeholder chars are optional. Previously I use jquery plugin for masked input, and it doesn't set placeholder by default.The text was updated successfully, but these errors were encountered: