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.
2 parents 322c520 + be6161d commit 78813f0Copy full SHA for 78813f0
src/Traits/Search.php
@@ -40,23 +40,23 @@ trait Search
40
public $search = '';
41
42
/**
43
- * A button to clear the search box
+ * A button to clear the search box.
44
*
45
* @var bool
46
*/
47
public $clearSearchButton = false;
48
49
50
- * The classes to apply to the clear search box button
+ * Class to apply to the clear button
51
52
* @var string
53
54
public $clearSearchButtonClass = 'btn btn-outline-dark';
55
56
57
- * Resets the search string
+ * Resets the search string.
58
59
- public function clearSearch() : void
+ public function clearSearch(): void
60
{
61
$this->search = '';
62
}
0 commit comments