vue-the-mask icon indicating copy to clipboard operation
vue-the-mask copied to clipboard

Tiny (<2k gzipped) and dependency free mask input for Vue.js

Results 113 vue-the-mask issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm trying to make use of the pattern property on an input field. Unfortunately the pattern seems to only work strictly with given pattern and doesn't allow for a range....

[nuxt] [request error] [unhandled] [500] Named export 'mask' not found. The requested module '/node_modules/vue-the-mask/dist/vue-the-mask.js' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can...

It works fine in Chrome but in Firefox the cursor position is changing and it override the previous number. ![Screenshot from 2024-01-16 11-46-54](https://github.com/vuejs-tips/vue-the-mask/assets/44529927/414a106d-3830-4881-9182-f8ad8c5a5163) Note: the numberMask function returns a string...

Does anyone know to setup this library in a vue + inertiajs app? I'm having troubles making it work

Hello guys, I am trying to use two masks for 2 different formats and it looks like it doesn't work perfectly. I am using a v-mask directive and my code...

Best one i used already, it works as a common number input as well. repository: https://github.com/dm4t2/vue-currency-input live: https://dm4t2.github.io/vue-currency-input/guide.html#introduction

I have this mask, but I can't make it work properly. ``` ``` When I type exactly 10 number, it apply the 11 number mask. So `123 456 7890` is...

Hi, default npm init vue@latest ``` import { mask as vMask } from 'vue-the-mask' ``` but throws ![Untitled](https://github.com/vuejs-tips/vue-the-mask/assets/94210024/ac6273e0-a5fc-454e-b12e-a1ad2751b743)

Bumps [replicator](https://github.com/inikulin/replicator) from 1.0.2 to 1.0.5. Commits c0ebc6e Merge pull request #18 from Farfurix/buffer-case 11a4cf3 style: correct typeof's in some way 27d85fe TYPED_ARRAY_CTORS is overwritten to avoid possible ReferenceError issues...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies