wekan / wekan

The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
https://wekan.github.io
MIT License
19.46k stars 2.83k forks source link

Currency decimal separator #3436

Closed schweigel closed 3 years ago

schweigel commented 3 years ago

Issue

Server Setup Information:

Problem description:

I have added a custom currency field. If I try to fill a number with comma as seperator it shows nothing and NaN ist stored. input1 result1 result2 If I fill a number with point as seperator it works and is shown with a comma as seperator. input2 result3 In german it should be booth a comma as seperator. In english it shoud be booth a point. I would like it if comma and point as seperator works for input.

lindhork commented 3 years ago

Hey @schweigel I think your objection is a good one and have taken a look at the problem. I'll create a pull request, maybe it will be adopted.