All Projects → uNmAnNeR → Imaskjs

uNmAnNeR / Imaskjs

Licence: mit
vanilla javascript input mask

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Imaskjs

drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (-99.24%)
Mutual labels:  vanilla-js
svelte-flat-ui
Flat UI Independent JS Components + English Docs =
Stars: ✭ 45 (-98.69%)
Mutual labels:  vanilla-js
replace-jquery
Automatically finds jQuery methods from existing projects and generates vanilla js alternatives.
Stars: ✭ 1,101 (-67.94%)
Mutual labels:  vanilla-js
bs-breakpoints
A plugin which detect Bootstrap 4 breakpoints and emit when there is a change
Stars: ✭ 22 (-99.36%)
Mutual labels:  vanilla-js
tabbis.js
Pure vanilla javascript tabs with nesting
Stars: ✭ 44 (-98.72%)
Mutual labels:  vanilla-js
vanillajs-hello
Start a VanillaJS website using WebPack in just 30 seconds: HTML,CSS,Babel,SASS,Bootstrap,Prettier,Gitpod
Stars: ✭ 24 (-99.3%)
Mutual labels:  vanilla-js
periodic-table.io
periodic-table.io
Stars: ✭ 37 (-98.92%)
Mutual labels:  vanilla-js
spacers
🔳 when you need more __space__ for your no-code tools.
Stars: ✭ 211 (-93.86%)
Mutual labels:  vanilla-js
spider-covid-19-viz-3d
Speedy access to the latest, local COVID-19 data with a familiar interface: the Globe
Stars: ✭ 19 (-99.45%)
Mutual labels:  vanilla-js
Feedly-Export-Save4Later
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
Stars: ✭ 23 (-99.33%)
Mutual labels:  vanilla-js
Materialstartpage
Save your favorite sites with stylish using Local Storage
Stars: ✭ 12 (-99.65%)
Mutual labels:  vanilla-js
trail
An image with a mouse trail in pure JS.
Stars: ✭ 14 (-99.59%)
Mutual labels:  vanilla-js
fullPageScrollPureJS
Full page scroll without Jquery
Stars: ✭ 59 (-98.28%)
Mutual labels:  vanilla-js
add-to-calendar-button
A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.
Stars: ✭ 697 (-79.7%)
Mutual labels:  vanilla-js
Graffino-Docker-Ninja
Webpack 4 based boilerplate to jumpstart your static or WordPress project.
Stars: ✭ 12 (-99.65%)
Mutual labels:  vanilla-js
react-text-mask-hoc
A higher-order text-mask component decorator for React and React Native.
Stars: ✭ 18 (-99.48%)
Mutual labels:  inputmask
cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (-99.21%)
Mutual labels:  vanilla-js
pAppwords
Vanilla JS plug-in with zero configuration integrate with HaveIBeenPwned API v2
Stars: ✭ 21 (-99.39%)
Mutual labels:  vanilla-js
Ultimate-JS-Projects-Collection
This is a repo containing numerous mini projects with cool UI that I'll be building every day with Vanilla JS, without any additional framework
Stars: ✭ 21 (-99.39%)
Mutual labels:  vanilla-js
js-input-masking
No description or website provided.
Stars: ✭ 37 (-98.92%)
Mutual labels:  inputmask

imaskjs

vanilla javascript input mask

Build Status Financial Contributors on Open Collective Coverage Status npm version License: MIT lerna

Features

  • get and set raw and unmasked values easily
  • no external dependencies
  • supports overwrite mode
  • supports web components
  • supports contenteditable
  • RegExp mask
  • Function mask
  • Number mask (integer and decimal)
  • Date mask (various format support, autofix mode)
  • Dynamic/on-the-fly mask
  • Pattern mask
    • show placeholder always and only when necessary
    • unmasked value can contain fixed parts
    • optional input parts (greedy)
    • custom definitions
    • reusable blocks
    • Enum and Range masks
  • convert and format values with pipe

Plugins

Install

npm install imask and import IMask from 'imask';

or use CDN:

<script src="https://unpkg.com/imask"></script>

Build & Test

npm run make

Compatibility

Supports all major browsers and IE11+ need to support older?

Getting help

Support Development

Paypal

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].