1.0.1 • Published 6 years ago

@konfy/vue-input v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

vue-input

  • A versatile input with optional validation. vue-input can be of all standard html input types (text number date, etc.)
  • textarea type 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

Full documentation