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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community