Skip to content

Commit fa87414

Browse files
committed
1 parent 29cd65b commit fa87414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/actions/form/multipleselect.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="form-group">
22
<label>{{ $label }}</label>
3-
<select class="form-control {{$class}}" style="width: 100%;" name="{{$name}}" {!! $attributes !!} multiple data-placeholder="{{ $label }}">
3+
<select class="form-control {{$class}}" style="width: 100%;" name="{{$name}}[]" {!! $attributes !!} multiple data-placeholder="{{ $label }}">
44

55
<option value=""></option>
66
@foreach($options as $select => $option)

0 commit comments

Comments
 (0)