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

Document MaskedNumberField #359

Open
hyyan opened this issue Nov 29, 2024 · 0 comments
Open

Document MaskedNumberField #359

hyyan opened this issue Nov 29, 2024 · 0 comments

Comments

@hyyan
Copy link
Member

hyyan commented Nov 29, 2024

See #360

The MaskedNumberField is a specialized text field designed for numerical input. It formats the input into a human-readable string representation when the user leaves the field. The formatted string always matches the size of the defined mask.

Features (The order is arbitrary):

  • Supported Masks: Enables specific patterns to control the input format.
  • Group and Decimal Separators: Allows for the use of localized separators for thousands and decimals.
  • Negatable: Configurable to accept or restrict negative values.
  • Min and Max Values: Specifies the allowed range of numerical input.
  • Restore Method : It is the text that appears when the user hits the restore key (usually ESC) or by calling the restoreValue() method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants