Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Automatically Format Price Input Fields to Use Decimal Points #727

Open
mynameismaurizio opened this issue Feb 6, 2025 · 0 comments

Comments

@mynameismaurizio
Copy link

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:

  • Auto-convert "," to "." in price input fields
  • Remove error validation tooltip for comma usage
  • Apply to all numerical price inputs
  • If some people what to leave it now as is, introduce this as an option in the settings

Example:

Input: 10,99 → Auto-converts to: 10.99

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant