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 :
return true in _keyPressReverse
disable the specific code for reverse flag on _onKeyPress method
I cannot provide better fix but I hope these informations can help you to fix this issue.
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