I found this angular plugin very useful because of its simplicity ,no jquery dependency and variety of options but one of the missing element is support for reverse masking.Reverse masking is require for inputs like amount. For example given mask : 9?99,999 on value : 40000 is giving output as 400,00 where as expected output is 40,000
I found this angular plugin very useful because of its simplicity ,no jquery dependency and variety of options but one of the missing element is support for reverse masking.Reverse masking is require for inputs like amount. For example given mask : 9?99,999 on value : 40000 is giving output as 400,00 where as expected output is 40,000