fabiomcosta / jquery-meiomask

A jquery plugin for creating masked input texts
http://meiocodigo.com/projects/meiomask
MIT License
233 stars 105 forks source link

Reverse flag conflict with angular form validation #56

Open mehdi-ghezal opened 10 years ago

mehdi-ghezal commented 10 years ago

Hello,

When I use reverse flag for a mask, form validation with Angular JS doesn't work because event propagation is blocked : "return false" in _keyPressReverse.

I temporaly fix this issue with two modification :

I cannot provide better fix but I hope these informations can help you to fix this issue.

Mehdi