Skip to content
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

Masking support #188

Open
jzisser9 opened this issue Feb 9, 2018 · 1 comment
Open

Masking support #188

jzisser9 opened this issue Feb 9, 2018 · 1 comment

Comments

@jzisser9
Copy link

jzisser9 commented Feb 9, 2018

Are any plans to support masking for inputs underway yet? I submitted another issue a few weeks ago involving pre-loading dates into date-type input elements and began working on a fix, but I've recently come across some use cases where the ability to apply a mask to an input would be desirable, and I began thinking it might even solve the issue of being unable to pre-load a date to an input.

If nothing has been done yet I'd be happy to cut a branch and start looking into it.

@GCorbel
Copy link
Contributor

GCorbel commented Feb 10, 2018

There is nothing planned yet but I could be great. I'm not sure how it should works but this solution seems to be good : https://github.com/estelle/input-masking so we will have something like

{{em-input ... pattern="\w\d\w \d\w\d"}}

It looks good an It would be nice to have this feature in Ember Rapid Forms so if you want to contribute, It would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants