Skip to content

Commit

Permalink
add maxlenght 1000 to global search & table search 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
borjajimnz committed Jan 3, 2025
1 parent 2bbfeeb commit b21ad91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
wire:target="search"
>
<x-filament::input
maxlength="1000"
autocomplete="off"
inline-prefix
:placeholder="__('filament-panels::global-search.field.placeholder')"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
:wire:target="$wireModel"
>
<x-filament::input
maxlength="1000"
:attributes="
(new ComponentAttributeBag)->merge([
'autocomplete' => 'off',
Expand Down

0 comments on commit b21ad91

Please sign in to comment.