Skip to content

FR: Custom field/numeric - normalize , to . #1975

@adlerweb

Description

@adlerweb

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

No one assigned

    Labels

    bugSomething isn't working or in unexpected wayswebuiWebUI issues

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions