ui-mask
ui-mask copied to clipboard
input editing issue
if we edit already entered date from the month, for example, then everything already entered will be just moved out of the field. Can we prevent this behavior?
For example: we have this date 10/22/2016 and we want to change 22 to 23. We click betwen 2 and 2 and enter 3, so the date will be 10/23/2201, but i want to see 10/23/2016.
I found this behavior in this lib http://sanniassin.github.io/react-input-mask/demo but it's for React.
+1