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
Everything works fine, my data gets displayed right and contains the name of an user as a visible value.
However when sending the form, it says "null". I already checked, when removing the classes and the $('#user').selectpicker();, so using a normal select. The data gets transferred.
What could be the problem?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using your library with the laravel form facade like this:
{!! Form::select('user', $users, null, array('class' => 'selectpicker show-tick', 'data-live-search' => 'true', 'id' => 'user')) !!}
Everything works fine, my data gets displayed right and contains the name of an user as a visible value.
However when sending the form, it says "null". I already checked, when removing the classes and the
$('#user').selectpicker();
, so using a normal select. The data gets transferred.What could be the problem?
The text was updated successfully, but these errors were encountered: