vue-input-facade
vue-input-facade copied to clipboard
A lightweight and dependency free input masking library created specific for Vue
## Description This will help people who are migrating to vue 3 ## Checklist - [ ] Tests - [x] Documentation - [ ] Used commitizen and followed [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)...
**Describe the bug** When using a mask array in the v-mask directive, it is not possible to set a null value in the v-model. This makes it impossible to reset...
## Description I need to raise events from the event in component to the outside component continues logic for our business logic
**Describe the bug** Please see https://github.com/RonaldJerez/vue-input-facade/issues/67 for a description. It is not possible to clear values that are bound to text input fields when using the directive strategy with a...
I would like to use your directives for a schema generadted form. In this case a v-facade directive always added to the attributes, but a lots of case it is...