We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1760c3c commit b24059dCopy full SHA for b24059d
src/Traits/Helpers/SearchHelpers.php
@@ -137,7 +137,7 @@ public function hasSearchPlaceholder(): bool
137
138
public function getSearchFieldAttributes(): array
139
{
140
- return $this->getCustomAttributes('searchFieldAttributes');
+ return $this->getCustomAttributes('searchFieldAttributes', true);
141
}
142
143
public function shouldTrimSearchString(): bool
0 commit comments