jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Limit value in currency #105

Open alexolliveira opened 5 years ago

alexolliveira commented 5 years ago

How to limit a value to $ 50.00? 50.01 can not allowed on entry. Example: $ 50.00 is allowed $ 50.01 is not allowed. Thanks!