Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with Laravel: Data not submitted #1528

Closed
Scarwolf opened this issue Oct 3, 2016 · 1 comment
Closed

Using with Laravel: Data not submitted #1528

Scarwolf opened this issue Oct 3, 2016 · 1 comment

Comments

@Scarwolf
Copy link

Scarwolf commented Oct 3, 2016

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?

@caseyjhol
Copy link
Member

Duplicate of #1342.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants