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.
1 parent 3f69cd6 commit f1d1363Copy full SHA for f1d1363
content/ui/search-bar.md
@@ -127,7 +127,7 @@ Emitted when the search text is submitted.
127
### clear
128
129
```ts
130
-on('submit', (args: EventData) => {
+on('clear', (args: EventData) => {
131
const searchBar = args.object as SearchBar
132
console.log('SearchBar cleared')
133
})
0 commit comments