Dyalog / ewc-client

Other
1 stars 4 forks source link

Numeric should not have thousands separators, only LongNumeric #291

Open cursork opened 1 week ago

cursork commented 1 week ago

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.

cursork commented 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.

cursork commented 1 week ago

In ⎕WC, this is part of the difference between Numeric and LongNumeric - the former does not have thousands separators. Amending title...