@konfy/vue-input
v1.0.1
Published
A versatile Vue input component with optional validation
Maintainers
Readme
vue-input
- A versatile input with optional validation.
vue-inputcan be of all standard html input types (textnumberdate, etc.) textareatype with autogrow by default.- all standard html input attributes are also valid with
vue-input - validation on change or on blur
- built-in validation for most common cases (email, length, equality), with possibility to pass custom regex validators
