-
Notifications
You must be signed in to change notification settings - Fork 115
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
Masking Capability for Input Component #391
Comments
This task had originally title Leading/Trailing text for Input field. We talked about this and decided to implement this feature with usage of input's placeholder functionality and usage of input masking. |
Our latest decision is not to implement input masking as a feature but provide detailed examples with compatible libraries. Leading/Trailing text for Input field should be achieved by placeholder usage and input masking integration with 3rd party libraries such as IMask and Maskito. |
🎉 This issue has been resolved in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Leading and trailing texts (like currencies or units) would be possible to put our Input component. Details will come later.
The text was updated successfully, but these errors were encountered: