RobinHerbots / Inputmask

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

data-inputmask numerics vs + - * / #2768

Open cyberpolito opened 5 months ago

cyberpolito commented 5 months ago

Hi, It may be included in this mask in the future data-inputmask="'alias': 'numeric', 'separatorgroup': '.', 'autogroup': true, 'digits': 2, 'digitsOptional': true, 'radixPoint': ',', 'allowPlus': true, 'allowMinus': true" What to allow the user to enter the sign +, -, * or / so that later with an eval of jquery they do the mathematical calculation as in Googlesheet or similar? From already thank you very much.