All Projects → dobromir-hristov → Vuelidate Error Extractor

dobromir-hristov / Vuelidate Error Extractor

Licence: mit
Vuelidate form-group helper that extracts errors easily.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vuelidate Error Extractor

Vee Validate
✅ Form Validation for Vue.js
Stars: ✭ 8,820 (+6531.58%)
Mutual labels:  validation, vue2
Simple-Social-Network
Micro Social Network developed in PHP, MySQL, BOOTSTRAP 3 and VUE.JS 2
Stars: ✭ 18 (-86.47%)
Mutual labels:  vue2, bootstrap3
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (-21.05%)
Mutual labels:  vue2, bootstrap3
Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (+563.16%)
Mutual labels:  vue2, bootstrap3
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-15.79%)
Mutual labels:  validation, bootstrap3
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (-9.77%)
Mutual labels:  bootstrap3
Spell Spec
clojure.spec.alpha helpers that check for misspelled map keys, with expound integration
Stars: ✭ 125 (-6.02%)
Mutual labels:  validation
Laravel Zip Validator
Laravel ZIP file content validator
Stars: ✭ 120 (-9.77%)
Mutual labels:  validation
Class Validator Jsonschema
Convert class-validator-decorated classes into JSON schema
Stars: ✭ 118 (-11.28%)
Mutual labels:  validation
Gustavo
👨 A (mostly) headless blogging platform built atop Nuxt & Gist.
Stars: ✭ 131 (-1.5%)
Mutual labels:  vue2
Vue Online
A reactive offline indicator component for vue.js
Stars: ✭ 130 (-2.26%)
Mutual labels:  vue2
Vue2 Scaffold
The best scaffold for Vue 2.x based on vue-cli#vuejs-templates/webpack
Stars: ✭ 125 (-6.02%)
Mutual labels:  vue2
Typescript Runtime Type Benchmarks
Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
Stars: ✭ 119 (-10.53%)
Mutual labels:  validation
Form Validation.js
The most customizable validation framework for JavaScript.
Stars: ✭ 127 (-4.51%)
Mutual labels:  validation
Vue Formulate
⚡️ The easiest way to build forms with Vue.
Stars: ✭ 1,947 (+1363.91%)
Mutual labels:  validation
Apvalidators
Codeless solution for form validation in iOS!
Stars: ✭ 130 (-2.26%)
Mutual labels:  validation
Vue Datatables Net
Vue jQuery DataTables.net wrapper component
Stars: ✭ 119 (-10.53%)
Mutual labels:  vue2
Fonk
Form schema validation library
Stars: ✭ 125 (-6.02%)
Mutual labels:  validation
Laravel Phone
Phone number functionality for Laravel
Stars: ✭ 1,806 (+1257.89%)
Mutual labels:  validation
Awesome Python Models
A curated list of awesome Python libraries, which implement models, schemas, serializers/deserializers, ODM's/ORM's, Active Records or similar patterns.
Stars: ✭ 124 (-6.77%)
Mutual labels:  validation

Vuelidate-error-extractor logo

Vuelidate Error Extractor

Vuelidate-error-extractor makes error message display from vuelidate a breeze. Be it for a single form element or all displaying all the errors in a form.

Key features

  • 🚀 Easy to use
  • 💥 Flexible - can be tailored to fit your needs
  • 🔥 Optional templates - yey mixins and slots!!!
  • 👊 No extra styling mucking your own
  • 💪 Tested

Error messages can be styled to fit either Foundation 6, Bootstrap 3 and Bootstrap 4 styles out of the box, or can be totally customized via your own custom templates.

Vuelidate-error-extractor is also able to work with vue-i18n or any vue translation plugin as long as it exposes a $t function to the Vue prototype. We also support predefining custom validation messages for all components and overriding them per component.

Example

See the Pen Vuelidate Error extractor Usage Example

Upgrade Guide

Version 2 added some breaking changes. Instead of reaching into templates directly for the predefined templates, you need to go into either templates.singleErrorExtractor or templates.multiErrorExtractor. Everything else is backwards compatible.

import VuelidateErrorExtractor, { templates } from 'vuelidate-error-extractor'
Vue.use(VuelidateErrorExtractor, {
  template: templates.singleErrorExtractor.foundaton6
})

Documentation

Documentation and examples can be found at http://dobromir-hristov.github.io/vuelidate-error-extractor/

Changelog

Detailed changes for each release are documented in the CHANGELOG.md.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].