Support the ongoing development of Laravel.io →
Views Blade Forms
Last updated 2 years ago.
0

The third parameter is "selected default". So, if none should be selected just put null there. The fourth parameter is additionals, so something like

Form::select("schoolId", $schools, null, array('class' => 'custom-dropdown__select')); should do the trick

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Maveee maveee Joined 26 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.