RobinHerbots / Inputmask

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

Question: How to edit radix on select input? #2721

Closed ixxvivxxi closed 11 months ago

ixxvivxxi commented 1 year ago

Inputmask options: { alias: 'numeric', digits: '2,4'}

ixxvivxxi commented 11 months ago

The solution was simple: { alias: 'currency', digits: '2,4'} But there is a problem when removing the decimal part. But it's not as serious as the previous problem.