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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Let's say for example i have this mask 9-99-999, the user should see the following :
9-99-999
_-__-___
1-__-___
1-2_-___
I've tried masked-input-plugin But it is not working as expected. Any suggestion would be appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's say for example i have this mask
9-99-999
, the user should see the following :_-__-___
: When the user focus on the input.1-__-___
: When the user write a digit for example '1'.1-2_-___
: When the user add another digit and so on.I've tried masked-input-plugin But it is not working as expected.
Any suggestion would be appreciated.
The text was updated successfully, but these errors were encountered: