As half the world uses comma-notation for decimals it would be a nice addition to number-field to accept comma-notated input-values like 9,99 and automatically transform them into their dot-notated numeric counterpart (9.99) instead of throwing an error.
Will submit a PR for this and hope I'm not missing a scenario where this kind of auto-correction wouldn't be of advantage…
As half the world uses comma-notation for decimals it would be a nice addition to number-field to accept comma-notated input-values like
9,99and automatically transform them into their dot-notated numeric counterpart (9.99) instead of throwing an error.Will submit a PR for this and hope I'm not missing a scenario where this kind of auto-correction wouldn't be of advantage…