vue-masked-input icon indicating copy to clipboard operation
vue-masked-input copied to clipboard

Masked input component for Vue.js

Results 44 vue-masked-input issues
Sort by recently updated
recently updated
newest added

Now you can fill variable in your v-model by raw data and component will mask it

Don't really think this is a bug, but I could use some help here. I'm writing a very simple `PhoneNumberField.vue` component: ``` export defaults { props: { value: String },...

In https://github.com/niksmr/vue-masked-input/blob/master/src/MaskedInput.js the exception is swallowed so user is not aware of why "Error" is shown as input value. Here is the code in question: ![image](https://user-images.githubusercontent.com/1612646/32242136-3f10cf6e-be2f-11e7-8c71-772d1cbd02ac.png) Suggested fixes: - Log...

hi, that is code `` that is warning in console > [Vue warn]: Property or method "rawVal" is not defined on the instance but referenced during render. Make sure to...

Fixes issues with IE 11 where pasting throws error.

I use it jointly vee-validate for validate input field after focus out.

If a user selects an option from AutoFill, their input is ignored and the field is left empty. To reproduce: visit the live demo page on safari on an iPhone...

Fix for getting error "'import' and 'export' may appear only with 'sourceType: module'"