uNmAnNeR / imaskjs

vanilla javascript input mask
https://imask.js.org
MIT License
4.95k stars 258 forks source link

Add some common examples in sandbox #170

Open uNmAnNeR opened 5 years ago

uNmAnNeR commented 5 years ago
uNmAnNeR commented 5 years ago

add some examples to use with StimulusJS

drusellers commented 5 years ago

I would like to see how to take the integer 1440000 and represent as $14,400.00

uNmAnNeR commented 4 years ago

Add this one https://github.com/uNmAnNeR/imaskjs/issues/236#issuecomment-559705443

uNmAnNeR commented 4 years ago

Add Vue filter with pipe ex

uNmAnNeR commented 4 years ago

simple currencies https://jsfiddle.net/uNmAjs/ayq9u631/

timbru31 commented 4 years ago

An IBAN mask example would also help.

uNmAnNeR commented 4 years ago

add https://github.com/uNmAnNeR/imaskjs/issues/375

uNmAnNeR commented 4 years ago

titlecase mask: https://stackblitz.com/edit/angular-imask-dht4kf?file=app/app.component.ts

uNmAnNeR commented 4 years ago

add https://github.com/uNmAnNeR/imaskjs/issues/408

uNmAnNeR commented 3 years ago

https://github.com/uNmAnNeR/imaskjs/issues/373 mask textarea

uNmAnNeR commented 3 years ago

https://github.com/uNmAnNeR/imaskjs/issues/447 leading zeros in mask for hours

uNmAnNeR commented 3 years ago

https://github.com/uNmAnNeR/imaskjs/issues/474 add leading zero before dot

uNmAnNeR commented 2 years ago

https://github.com/uNmAnNeR/imaskjs/discussions/731 complex date mask

uNmAnNeR commented 1 year ago

https://github.com/uNmAnNeR/imaskjs/discussions/909 create new mask in dispatch

uNmAnNeR commented 11 months ago

https://github.com/uNmAnNeR/imaskjs/issues/328#issuecomment-1866458365 -$num mask

uNmAnNeR commented 9 months ago

override some global variable https://github.com/uNmAnNeR/imaskjs/issues/240