vue-the-mask
vue-the-mask copied to clipboard
Tiny (<2k gzipped) and dependency free mask input for Vue.js
This PR disable the masking when the mask is empty using v-mask directive. All the best
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...
I widely use form builder in my app. It receives a config like [{key: name, type: string}, {key: birth, type: date},...] and builds a form. I want to add mask...
Fix #60
I have some problem. My form have fields and radio button. When I switch the radio button to the value 1 then the first field appear on the form. When...
I tried to create a mask for numbers with dots as thousands-separator. My mask is in the array-format, and I figured out that each mask entry needs be exactly one...
Bumps [moment](https://github.com/moment/moment) from 2.22.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I was looking at npm and noticed the repository URL was missing. https://www.npmjs.com/package/vue-the-mask
Hello , in VUE 3 , use components like this, will not work - ``` ``` I need to use directives , like this - ``` ``` The problem is...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...