Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

v-model and v-mask #18

Closed
almaweb opened this issue Feb 4, 2017 · 4 comments
Closed

v-model and v-mask #18

almaweb opened this issue Feb 4, 2017 · 4 comments

Comments

@almaweb
Copy link

almaweb commented Feb 4, 2017

Hello,

Is this work with v-model ?
I can't make it work with simple input with v-model:

<input type="text" v-model="someModel" v-mask="'####-##'">

Thanks

@probil
Copy link
Owner

probil commented Feb 4, 2017

Hi, @almaweb

Yeah, it works with v-model. Please, provide more details to find why it does't work for you.

@cimigree
Copy link

cimigree commented Feb 6, 2017

I am having the same issue with v-model. If I take the v-model out, the (phone)mask works. If the v-model is there, then it doesn't work.

@odranoelBR
Copy link

Yes, i am having too. Works only whitout v-model.

probil pushed a commit that referenced this issue Mar 6, 2017
- Fixed issue with excessive chars inside model data
- Simplified directive by removing custom event listeners
probil pushed a commit that referenced this issue Apr 2, 2017
- Fixed issue with excessive chars inside model data
- Simplified directive by removing custom event listeners
probil pushed a commit that referenced this issue Apr 2, 2017
- Fixed issue with excessive chars inside model data
- Simplified directive by removing custom event listeners
@probil
Copy link
Owner

probil commented Apr 3, 2017

Please, check the version 1.1.0 and up. Should be fixed

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

No branches or pull requests

4 participants