-
Notifications
You must be signed in to change notification settings - Fork 151
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working or in unexpected waysSomething isn't working or in unexpected wayswebuiWebUI issuesWebUI issues