RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

inputmask for Decimal or Percentage #1010

Open paulo-raca opened 9 years ago

paulo-raca commented 9 years ago

I need a numeric field that can be either an decimal number or an percentage.

What would it be the correct way to achieve this with jquery.inputmask?

I've tried setting the suffix to "[%]", which sort-of-worked: http://jsfiddle.net/zyv35k5o/. Unfortunately, there are a few weird behaviours:

Any help would be very apreciated Thanks!

darkguy2008 commented 7 years ago

Still in TODO? :( I need to use percentages... thanks!

RobinHerbots commented 7 years ago

@paulo-raca , @darkguy2008 ,

Have a try with http://jsfiddle.net/zyv35k5o/28/

Do you still have some problems?