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

Select multiple not work #100

Open
maxyc opened this issue Apr 29, 2020 · 1 comment
Open

Select multiple not work #100

maxyc opened this issue Apr 29, 2020 · 1 comment

Comments

@maxyc
Copy link

maxyc commented Apr 29, 2020

{!! Form::select('available_languages', __('Available languages'), $availableLanguagesCollection)->multiple() }}
render for me:

<select name="available_languages" id="inp-available_languages" multiple="" class="form-control">
<option value="en">English</option>
<option value="ru">Russian</option>
</select>

why not available_languages[] ?
i want array in my action controller

@joserick
Copy link

Hi,

I've already added the solution to Pull requests #97
I hope it helps

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