Skip to content

Commit b24059d

Browse files
authored
Fix for Search Field Attribute Defaults
1 parent 1760c3c commit b24059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Helpers/SearchHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function hasSearchPlaceholder(): bool
137137

138138
public function getSearchFieldAttributes(): array
139139
{
140-
return $this->getCustomAttributes('searchFieldAttributes');
140+
return $this->getCustomAttributes('searchFieldAttributes', true);
141141
}
142142

143143
public function shouldTrimSearchString(): bool

0 commit comments

Comments
 (0)