We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cd65b commit fa87414Copy full SHA for fa87414
resources/views/actions/form/multipleselect.blade.php
@@ -1,6 +1,6 @@
1
<div class="form-group">
2
<label>{{ $label }}</label>
3
- <select class="form-control {{$class}}" style="width: 100%;" name="{{$name}}" {!! $attributes !!} multiple data-placeholder="{{ $label }}">
+ <select class="form-control {{$class}}" style="width: 100%;" name="{{$name}}[]" {!! $attributes !!} multiple data-placeholder="{{ $label }}">
4
5
<option value=""></option>
6
@foreach($options as $select => $option)
0 commit comments