cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.

Home Page:https://vform.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radio button/checkbox support

VinceSanityyy opened this issue · comments

Anyone knows how to use vform on checkbox/radio buttons?

you can read the errors directly from the form-object, but there is a catch:
<span class="error" v-if="form.errors.errors.your_fieldname">{{ form.errors.errors.your_fieldname[0] }}</span>

form.errors.errors