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

Laravel form submit - select don't pass #1505

Closed
ilyadavydyuk opened this issue Sep 9, 2016 · 1 comment
Closed

Laravel form submit - select don't pass #1505

ilyadavydyuk opened this issue Sep 9, 2016 · 1 comment

Comments

@ilyadavydyuk
Copy link

ilyadavydyuk commented Sep 9, 2016

Very simple select:

<form action="laravel-request" method="post">
<select name="qq[]" multiple class="selectpicker">
  <option value="1">1</option>
  <option value="2">2</option>
</select>
<button type="submit">Send</button>

If no selectpicker class - form submit select values successfully. If selectpicker is active - form send NULL

What am I doing wrong?
bootstrap-select last ver.
laravel 5.2

@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