ember-caluma icon indicating copy to clipboard operation
ember-caluma copied to clipboard

Add input mask for numbers

Open czosel opened this issue 4 years ago • 0 comments

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.

czosel avatar Dec 08 '20 09:12 czosel