Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/text-mask/text-mask
Input mask for React, Angular, Ember, Vue, & plain JavaScript
https://github.com/text-mask/text-mask
angular ember input-mask inputmask react text-formatting vue
Last synced: 7 days ago
JSON representation
Input mask for React, Angular, Ember, Vue, & plain JavaScript
- Host: GitHub
- URL: https://github.com/text-mask/text-mask
- Owner: text-mask
- License: unlicense
- Created: 2016-01-22T23:19:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T09:29:37.000Z (over 1 year ago)
- Last Synced: 2024-04-22T18:23:42.340Z (7 months ago)
- Topics: angular, ember, input-mask, inputmask, react, text-formatting, vue
- Language: JavaScript
- Homepage: https://text-mask.github.io/text-mask/
- Size: 5.19 MB
- Stars: 8,254
- Watchers: 96
- Forks: 828
- Open Issues: 332
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - react-text-mask - Input mask for React (Uncategorized / Uncategorized)
- awesome-angular-components - angular2-text-mask - Input mask for React, Angular, Ember, Vue, & plain JavaScript. (Uncategorized / Uncategorized)
- awesome-angular-components - text-mask - Input mask for React, Angular, Ember, Vue, & plain JavaScript (Uncategorized / Uncategorized)
- awesome-react - react-text-mask - Input mask for React (Uncategorized / Uncategorized)
- awesome-angular-components - angular2-text-mask - Input mask for React, Angular, Ember, Vue, & plain JavaScript. (Uncategorized / Uncategorized)
- awesome-learning-resources - react-text-mask - Input mask for React (Uncategorized / Uncategorized)
- awesome-ionic2-components - Inputfield Mask
- Awesome - Inputfield Mask
- awesome-bookmarks - **text-mask**
- awesome-react - react-text-mask - Input mask for React, Angular, Ember, Vue, & plain JavaScript ` 📝 7 months ago` (React [🔝](#readme))
README
# [![Text Mask](assets/logo.png)](https://github.com/text-mask/text-mask/#readme)
⚠️ This library is not maintained. Pull-requests and issues are not monitored. Below are some alternatives to `text-mask` (**Please note** that the alternatives below are not checked or verified by the maintainers of Text Mask):
* https://github.com/uNmAnNeR/imaskjs
* https://github.com/JsDaddy/ngx-mask
* https://github.com/Tinkoff/maskitoIf you know other alternatives that should be listed here, email me at [email protected].
-----
[![Build Status](https://travis-ci.org/text-mask/text-mask.svg?branch=master)](https://travis-ci.org/text-mask/text-mask)
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](https://text-mask.github.io/text-mask/).
## 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](https://github.com/text-mask/text-mask/blob/master/componentDocumentation.md#readme).## Extendable
You can easily expand the base functionality of Text Mask with addons for more mask types.
[Checkout existing addons](https://github.com/text-mask/text-mask/tree/master/addons/#readme).## 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).
## For any questions, suggestions, or feature requests
[Please file an issue](https://github.com/text-mask/text-mask/issues)!