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 4c0508a commit 2ddeb48Copy full SHA for 2ddeb48
src/resources/views/fields/select2_multiple.blade.php
@@ -5,8 +5,7 @@
5
name="{{ $field['name'] }}[]"
6
@include('crud::inc.field_attributes', ['default_class' => 'form-control select2'])
7
multiple>
8
- <option value="">-</option>
9
-
+
10
@if (isset($field['model']))
11
@foreach ($field['model']::all() as $connected_entity_entry)
12
<option value="{{ $connected_entity_entry->getKey() }}"
@@ -56,4 +55,4 @@
56
55
57
@endif
58
{{-- End of Extra CSS and JS --}}
59
-{{-- ########################################## --}}
+{{-- ########################################## --}}
0 commit comments