Culture of FluentNumberField component? #3746
-
Cultur can be set for the “Date & Time” component. However, I do not see this property for the “Number field” component (FluentNumberField ). How would you solve the problem of a German decimal number in the “Number field” component if you have to use a comma instead of a point (e.g. 3,5 instead of 3.5 as in English)? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can't. The standard input type=number (which is used in the end) does not support localization/culture. See also #1127 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thanks @vnbaaij pc |
Beta Was this translation helpful? Give feedback.
You can't. The standard input type=number (which is used in the end) does not support localization/culture. See also #1127 (comment)