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 MaskedTextField Component #361

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

Document MaskedTextField Component #361

hyyan opened this issue Nov 29, 2024 · 0 comments

Comments

@hyyan
Copy link
Member

hyyan commented Nov 29, 2024

See #362

The MaskedTextField is a specialized text field that allows users to input text in a predefined format. The format is determined by a mask, which is a string specifying the characters the user can enter.

Features (The order is arbitrary):

  • Supported Masks: Various mask patterns are supported, enabling flexible text formatting.
  • Combining Masks with Patterns: Masks can be combined with custom patterns to meet specific formatting requirements.
  • Restore Method: This feature allows users to reset the field's value either by pressing the restore key (typically ESC) or by invoking the restoreValue() method programmatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant