Skip to content

Commit

Permalink
Move attributes to parameters according to spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Aug 25, 2023
1 parent 82ac620 commit 544c6d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/php/Component/Table/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@

@if($filterable)
@field([
'type' => 'text',
'type' => 'search',
'name' => 'search',
'attributeList' => [
'type' => 'search',
'name' => 'search',
'js-table-filter-input' => ''
],
'classList' => ($fullscreen||$title) ? ['u-margin__top--2'] : [],
Expand Down

0 comments on commit 544c6d9

Please sign in to comment.