File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,30 +54,30 @@ trait Search
54
54
public $ noResultsMessage ;
55
55
56
56
/**
57
- * A button to clear the search box
57
+ * A button to clear the search box.
58
58
*
59
59
* @var bool
60
60
*/
61
61
public $ clearSearchButton = false ;
62
62
63
63
/**
64
- * The text for the clear search box button
64
+ * The text for the clear search box button.
65
65
*
66
66
* @var
67
67
*/
68
68
public $ clearSearchButtonLabel ;
69
69
70
70
/**
71
- * The classes to apply to the clear search box button
71
+ * The classes to apply to the clear search box button.
72
72
*
73
73
* @var string
74
74
*/
75
75
public $ clearSearchButtonClass = 'btn btn-outline-dark ' ;
76
76
77
77
/**
78
- * Resets the search string
78
+ * Resets the search string.
79
79
*/
80
- public function clearSearch () : void
80
+ public function clearSearch (): void
81
81
{
82
82
$ this ->search = '' ;
83
83
}
You can’t perform that action at this time.
0 commit comments