Skip to content

Commit 0216119

Browse files
authored
Update Search.php
1 parent d36f332 commit 0216119

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Traits/Search.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ trait Search
4242
*/
4343
public $clearSearchButton = false;
4444

45+
/**
46+
* The class applied to the clear button
47+
*
48+
* @var bool
49+
*/
50+
public $clearSearchButtonClass = false;
51+
4552
/**
4653
* Resets the search string.
4754
*/

0 commit comments

Comments
 (0)