File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ public function render(): View|Closure|string
43
43
@endif
44
44
45
45
<div x-data="{ open: false, display: ''}" @click.outside="open = false" class="relative">
46
- <span x-text="display"></span> /
47
- <span x-text="$wire.{{ $modelName() }}"></span>
48
46
<div class="relative">
49
47
50
48
<!-- SELECTION DISPLAY -->
51
49
<span
52
- class="bg-base-100 top-2 pt-1.5 h-8 @if($icon) left-8 @else left-3 @endif px-2 rounded-md font-semibold text-sm underline decoration-dotted hover:bg-base-300 cursor-pointer absolute"
50
+ class="bg-base-100 top-2 pt-1.5 h-8 @if($icon) left-8 @else left-3 @endif px-2 rounded-md font-semibold text-sm underline decoration-dashed hover:bg-base-300 cursor-pointer absolute"
53
51
x-show="!open && display"
54
52
x-text="display"
55
53
@click="open = true; @if($searchable) $refs.searchInput.focus(); @endif">
You can’t perform that action at this time.
0 commit comments