Open cursork opened 1 week ago
The two options here are to allow this styling on a numerical field, or to use text fields and reject every character outside of 0-9.
In ⎕WC, this is part of the difference between Numeric and LongNumeric - the former does not have thousands separators. Amending title...
A customer would like fields that accept only numeric input, but that do not show the thousands separator. This would be on an ad-hoc basis per field, as I understand it.