Skip to content

Commit

Permalink
Update search-field.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Jan 4, 2025
1 parent c079a40 commit 40e4551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
:wire:target="$wireModel"
>
<x-filament::input
maxlength="1000"
:attributes="
(new ComponentAttributeBag)->merge([
'autocomplete' => 'off',
'inlinePrefix' => true,
'maxlength' => 1000,
'placeholder' => $placeholder,
'type' => 'search',
'wire:key' => $this->getId() . '.table.' . $wireModel . '.field.input',
Expand Down

0 comments on commit 40e4551

Please sign in to comment.