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
Hi.
In some Locales, commas are used as a decimal separator, but in other as a thousands separator. Automatically converting it to a . might cause confusion.
I decided to let the input fields be handled by the browsers default behavior for the selected locale.
Description:
When entering prices, automatically convert comma (,) to decimal point (.) and remove error tooltip validation.
Use Case:
Users entering prices with comma separators get error messages and must manually correct format.
Proposed Solution:
Example:
Input: 10,99 → Auto-converts to: 10.99
The text was updated successfully, but these errors were encountered: