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
Feature Request: Add Mask Support for Input Fields
First of all, congratulations on the excellent work on this project! The features and design are fantastic, and it’s great to see how this project is evolving.
Request
It would be amazing to have support for input masks in text fields and other input components, similar to how it's implemented in libraries like MudBlazor. This feature would greatly enhance the user experience by enabling formatting constraints for inputs, such as dates, phone numbers, credit cards, etc.
Examples of Use Cases
Input masks for phone numbers (e.g., (123) 456-7890).
Formatting for dates (e.g., MM/DD/YYYY).
Credit card number formatting (e.g., 1234 5678 9012 3456).
Custom mask patterns for specific use cases.
Benefits
Improves data entry accuracy.
Provides a better user experience.
Simplifies the implementation of common input field patterns.
Thank you for considering this feature request, and keep up the fantastic work!
Pull Request
I would like to do a Pull Request
The text was updated successfully, but these errors were encountered:
Thanks so much for suggesting this feature! I completely get why it would be a great addition to LumexUI, and it’s definitely on my radar for the future.
Right now, my main focus is on wrapping up the essential components for the v1.0.0 release. These are the building blocks I want to make solid before adding more advanced features like this one. Once that’s finished, I’ll be revisiting the roadmap, and your idea will be up for consideration.
Thanks again for sharing your thoughts—it really helps shape LumexUI into something awesome. Feel free to keep the ideas coming anytime!
Feature Request: Add Mask Support for Input Fields
First of all, congratulations on the excellent work on this project! The features and design are fantastic, and it’s great to see how this project is evolving.
Request
It would be amazing to have support for input masks in text fields and other input components, similar to how it's implemented in libraries like MudBlazor. This feature would greatly enhance the user experience by enabling formatting constraints for inputs, such as dates, phone numbers, credit cards, etc.
Examples of Use Cases
(123) 456-7890
).MM/DD/YYYY
).1234 5678 9012 3456
).Benefits
Thank you for considering this feature request, and keep up the fantastic work!
Pull Request
The text was updated successfully, but these errors were encountered: