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 f55c2ac commit d9462c1Copy full SHA for d9462c1
README.md
@@ -112,7 +112,7 @@ The element also emits **events** as a user interacts with it. This is how you c
112
|---------------|--------------|-----------|
113
|`select` |`Feature` |Dispatched when a user selects a suggested item from the list.|
114
|`change` |`string` |Dispatched with every keystroke as the user types (not debounced).|
115
-|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.) More on error handling below.|
+|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.)|
116
117
## Example
118
0 commit comments