Open dboehmer opened 7 years ago
Even without I18n we should validate number input fields and reject inputs with wrong format or cast them into numbers.
Currently causes exception on the units page when adding a unit with conversion factor containing a comma like 0,001.
0,001
Even without I18n we should validate number input fields and reject inputs with wrong format or cast them into numbers.
Currently causes exception on the units page when adding a unit with conversion factor containing a comma like
0,001
.