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 8767dd0 commit 72ece50Copy full SHA for 72ece50
src/resources/views/livewire/datatable.blade.php
@@ -67,7 +67,7 @@ class="{{ $button->name == 'delete' ? 'bg-red-500 text-white' : 'bg-gray-50' }}
67
<path stroke-linecap="round" stroke-linejoin="round"
68
d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" />
69
</svg>
70
- <input class="peer !border-none px-0 !outline-none !ring-0" type="text"
+ <input class="peer !border-0 !border-none px-0 !outline-none !ring-0" type="text"
71
wire:model.live.debounce.500ms="search" placeholder="Search">
72
</div>
73
@if (count($this->filters()))
0 commit comments