File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
resources/views/tailwind/includes Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" flex rounded-md shadow-sm mt-1" >
2
2
<input
3
- wire:model =" filters.{{ $key } }"
3
+ wire:model.stop =" filters.{{ $key } }"
4
4
wire:key =" filter-{{ $key } }"
5
5
id =" filter-{{ $key } }"
6
6
type =" date"
Original file line number Diff line number Diff line change 1
1
<div class =" mt-1 relative rounded-md shadow-sm" >
2
2
<select
3
- wire:model =" filters.{{ $key } }"
3
+ wire:model.stop =" filters.{{ $key } }"
4
4
wire:key =" filter-{{ $key } }"
5
5
id =" filter-{{ $key } }"
6
6
class =" rounded-md shadow-sm block w-full pl-3 pr-10 py-2 text-base leading-6 border-gray-300 focus:outline-none focus:border-indigo-300 focus:shadow-outline-indigo sm:text-sm sm:leading-5"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
23
23
</span >
24
24
@endif
25
25
26
- <svg class =" -mr-1 ml-2 h-5 w-5" xmlns =" http://www.w3.org/2000/svg" class = " h-6 w-6 " fill =" none"
26
+ <svg class =" -mr-1 ml-2 h-5 w-5" xmlns =" http://www.w3.org/2000/svg" fill =" none"
27
27
viewBox =" 0 0 24 24" stroke =" currentColor" >
28
28
<path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2"
29
29
d =" M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z" />
@@ -32,6 +32,7 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
32
32
</div >
33
33
34
34
<div
35
+ wire:ignore.self
35
36
x-cloak
36
37
x-show =" open"
37
38
x-transition:enter =" transition ease-out duration-100"
You can’t perform that action at this time.
0 commit comments