We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Duplicate of #1342.
Sorry, something went wrong.
No branches or pull requests
Very simple select:
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
The text was updated successfully, but these errors were encountered: