We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fd3b5 commit 16082faCopy full SHA for 16082fa
README.md
@@ -45,6 +45,12 @@ Most of the props line up with Fuse.js `options` with the defaults set to match
45
<th>Type</th>
46
<th>Default values</th>
47
</tr>
48
+ <tr>
49
+ <td>placeholder</td>
50
+ <td>placeholder text for the input</td>
51
+ <td>String</td>
52
+ <td>""</td>
53
+ </tr>
54
<tr>
55
<td>eventName</td>
56
<td>give a name to the event emitted when the search results are updated</td>
0 commit comments