-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
add imask.js masking options to input field #111
base: master
Are you sure you want to change the base?
Conversation
This is a nice idea but I would not want to add this to the Input but make it as a new field. |
i see the point, first implementation was its own |
I understand but I don't want to require an external Js for a simple input. |
should fix the unneeded js load
@simonbuehler
Is it fixed? I can't see where you are json_encoding/decoding the options. |
@tanthammar its using a plain string to pass the maskoptions so no need for json en/decoding |
hi,
first shot at the integration of imask.js ( https://imask.js.org/ ) into the input field, works for me
possible enhancements: