Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-inputmask numerics vs + - * / #2768

Open
cyberpolito opened this issue Jan 19, 2024 · 0 comments
Open

data-inputmask numerics vs + - * / #2768

cyberpolito opened this issue Jan 19, 2024 · 0 comments

Comments

@cyberpolito
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant