cleave icon indicating copy to clipboard operation
cleave copied to clipboard

Vue Cleave component is based on cleave.js for Vue

Results 9 cleave issues
Sort by recently updated
recently updated
newest added

- Updated Cleave to 1.0.2 (includes important bug fixes such as cursor jumping) - Using forEach instead of map, since we're not returning any values

Sometimes the value of a field is initialised or calculated externally and thus filled in automatically, not by an input event. External changes of the value are now also passed...

I need to have a text input so that the user can type the company brazillian CNPJ number (14 digits) or a brazillian CPF (11 digits) with a dynamic mask...

In our setup, we have some fields that are 'calculated' and thus are filled in automatically, not by an input event. We need masks on those fields as well. However,...

When clearing the values of inputs, the cleave components retain the initial value in a variable called `initValue`. ![screenshot from 2017-07-13 16-51-05](https://user-images.githubusercontent.com/5672238/28191149-3cb55adc-67f4-11e7-98fa-c039f7db254e.png) This shows the value retained by the component...

1.0.1 exposed last days brings a lot of bug fix (https://github.com/nosir/cleave.js/pull/161 & https://github.com/nosir/cleave.js/pull/150 for me) vue-cleave should update cleave.js dependency version (if compatible...)

Useful for setting nonformatted value on init.

Can be easily reproduced. @blur events don't fire. @input does. Haven't tested others.