Does `IntegerInputField` and `DoubleInputField` support internationalization
Opened this issue · 0 comments
InAnYan commented
When we changed the language in our program from English to German, IntegerInputField
and DoubleInputField
couldn't show any values.
My hypothesis is: in English parts of float numbers are separated with .
, but in German with ',', and this introduced some problems, that probably those components are too tighted to English