You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Hey, looks like the errors are only included when using the checkboxes method, not the standalone checkbox method. I'm not sure if this was intended or an omission. I've changed it on dev-master so see if that works for you.
Hi,
I'm using bootstrap-form with Laravel 5.2 and i got problems displaying Validation Errors on checkboxes (other input Types work fine).
Is there something special i have to do to, to get the error-displaying working?
I'm using this in my View:
{!! BootForm::checkbox('privacy_checked', 'I Read it') !!}
and this in my validation-array:
'privacy_checked' => 'required',
Although the Form cant be submitted without checking the Checkbox, it does not display the Error-Message under the Checkbox.
And i can find the corresponding Errormessage in the $error-Array, so i don't get where the problem is.
Thanks in Advance!
The text was updated successfully, but these errors were encountered: