Skip to content

Commit

Permalink
Fix DateTimeFilter not wired correctly.
Browse files Browse the repository at this point in the history
Thanks to @RenoLooijmans for the fix
  • Loading branch information
lrljoe authored Jul 19, 2024
1 parent 3f96b36 commit 98117b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rounded-md shadow-sm" => $isTailwind,
"mb-3 mb-md-0 input-group" => $isBootstrap,
])>
<input
<input {{ $filter->getWireMethod("filterComponents.".$filter->getKey()) }}
wire:key="{{ $filter->generateWireKey($tableName, 'datetime') }}"
id="{{ $tableName }}-filter-{{ $filter->getKey() }}@if($filter->hasCustomPosition())-{{ $filter->getCustomPosition() }}@endif"
type="datetime-local"
Expand Down

0 comments on commit 98117b6

Please sign in to comment.