You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to let the users input a decimal value in a v-number-input.
It is possible to do so using the dot: 3.8
In many other languages, the comma is used as a decimal separator: 3,8
It is possible to type numbers this way in a native <input type="number" />, but not using this component.
Proposed solution
None, but I wish the behavior of v-text-input were the same as the native input tag on this regard.
The text was updated successfully, but these errors were encountered:
I have exactly same problem. In "slovak" locale (and many more) is "," default separator.
But we have multilanguage application, so in english we would like to use different standard - "." (it's somethng similiar to date-input locale change when changing date from 7/11/2024 to 11.07.2024.)
@yuwu9145, please - will this feature work manually based on prop, or automatically based on locale? or both?
Thanks
Problem to solve
I want to let the users input a decimal value in a v-number-input.
It is possible to do so using the dot: 3.8
In many other languages, the comma is used as a decimal separator: 3,8
It is possible to type numbers this way in a native
<input type="number" />
, but not using this component.Proposed solution
None, but I wish the behavior of v-text-input were the same as the native input tag on this regard.
The text was updated successfully, but these errors were encountered: