We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing placeholderChar='' does not work. For example, if you do:
placeholderChar=''
<MaskedInput mask="1111" name="exampleName" size="20" placeholderChar="" />
the placeholder will still be _ instead of an empty string, while inputmask-core supports empty string it according to this line
_
The text was updated successfully, but these errors were encountered:
PR #119 fixes it, @insin or @iamdustan please take a look.
Sorry, something went wrong.
@insin @iamdustan Is there something preventing the acceptance of the aforementioned PR?
Don`t forget about a space to make it work
No branches or pull requests
Passing
placeholderChar=''
does not work.For example, if you do:
the placeholder will still be
_
instead of an empty string, while inputmask-core supports empty string it according to this lineThe text was updated successfully, but these errors were encountered: