Number Field supporting thousand separators? #329
-
Hey there! Is there any way to configure the Number Field input to support showing thousand separators? Is there already a way of doing this using the Number Field input? :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Unfortunately, there is no way of doing this with the Number field. This is not on the components per se but has to do with the underlying HTML |
Beta Was this translation helpful? Give feedback.
Hi,
Unfortunately, there is no way of doing this with the Number field. This is not on the components per se but has to do with the underlying HTML
<input type="number">
. Browser support is flaky for that one. For example, you can't specify which character to use as a decimal separator. See also this link for more information.A good resource on why you should avoid using a number field