react-text-mask alternatives and similar libraries
Based on the "Input Types" category.
Alternatively, view react-text-mask alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of react-text-mask or a related project?
README
[Text Mask](assets/logo.png)
⚠️ This library is not maintained. Pull-requests and issues are not monitored. Alternatives to text-mask
include:
If you know other alternatives that should be listed here, email me at [email protected].
Text Mask is an input mask library. It can create input masks for phone, date, currency, zip code, percentage, email, and literally anything!
There are convenient wrappers for React, Angular 2, Ember, and Vue.
Live demo
See it in action, check out the demo page.
Installation and usage
- [React](react#readme)
- [Angular 2](angular2#readme) or [Angular 1](angular1#readme)
- [Ember](ember#readme)
- [Vue](vue#readme)
- [Vanilla JS](vanilla#readme)
Expected to work with...
IE9+, Android, Samsung Internet, Windows Phone, iOS, Opera, Firefox, Safari, and Chrome
Flexible
Text Mask is very configurable and allows you to create any type of input mask with minimal APIs. See the documentation for details.
Extendable
You can easily expand the base functionality of Text Mask with addons for more mask types. Checkout existing addons.
Robust
Text Mask supports pasting, browser auto-fill, and all operations that a user would expect while interacting with an input field.
It works on mobile, has no 3rd party dependencies, and has a tiny footprint (less than 4KB gzipped).