-
Notifications
You must be signed in to change notification settings - Fork 171
FR: Custom field/numeric - normalize , to . #1975
Copy link
Copy link
Closed
Labels
bugSomething isn't working or in unexpected waysSomething isn't working or in unexpected wayswebuiWebUI issuesWebUI issues
Milestone
Description
When using "numeric", typing a ',' results in a error message like "Not a number: 12,34". When using "money" inputs are normalized, in this case typing a "," automatically will replace to '.'.
| String.replace "," "." str |
As ',' isn't parsed as thousand separator anyway it would be great to apply this normalization for numeric fields too. This would make it easier to enter decimals when using a keyboard layout optimized for ',' as decimal separator.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working or in unexpected waysSomething isn't working or in unexpected wayswebuiWebUI issuesWebUI issues