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

not work without a default first char #22

Closed
gbgelado opened this issue Feb 14, 2017 · 7 comments
Closed

not work without a default first char #22

gbgelado opened this issue Feb 14, 2017 · 7 comments

Comments

@gbgelado
Copy link

not work

<md-input v-model='form.client.cpf' required v-mask="'###.###.###-##'"></md-input>

the field is: "#1"

work

<md-input v-model='form.client.cpf' required v-mask="'/###.###.###-##'"></md-input>

the field is: "/123.123.123.12"

<md-input v-model='form.client.cpf' required v-mask="'-###.###.###-##'"></md-input>

the field is: "-123.123.123.12"

<md-input v-model='form.client.cpf' required v-mask="'(###.###.###-##'"></md-input>

the field is: "(123.123.123.12"

Work with blank space too

@danieldnl
Copy link

same problem here

@jorgevilaca82
Copy link

fast workaround.
Downgrade to 1.0.2

@JuliusCesarius
Copy link

Should be resolved with pull request #25

@probil
Copy link
Owner

probil commented Feb 25, 2017

I will merge #25 today

@probil
Copy link
Owner

probil commented Feb 26, 2017

#23 Merged (what does the same thing as #25)
Check it out in v1.0.4

@fimdomeio
Copy link

I can confirm that 1.0.4 fixes the issue.

@probil
Copy link
Owner

probil commented Mar 5, 2017

Thanks, @fimdomeio

@probil probil closed this as completed Mar 5, 2017
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

6 participants