Package Exports
- @konfy/vue-input
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@konfy/vue-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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