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

Add input mask for numbers #1150

Open
czosel opened this issue Dec 8, 2020 · 0 comments
Open

Add input mask for numbers #1150

czosel opened this issue Dec 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request form rendering

Comments

@czosel
Copy link
Contributor

czosel commented Dec 8, 2020

For number fields, it would be better UX to display separators, e.g. 1'000'000.00. Implementation choices are

  • format the number on focus out, remove the formatting on focus
  • pull in a input masking library with "real-time" support

We also might have to consider that the formatting is locale-dependent.

@anehx anehx added enhancement New feature or request form rendering labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request form rendering
Projects
None yet
Development

No branches or pull requests

3 participants