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 2101978 commit 8115276Copy full SHA for 8115276
.github/docs/Typeahead.md
@@ -104,6 +104,8 @@ Optional HTML content to show when **Search** is in progress.
104
Callback function called when typeahead dropdown panel opened.
105
- **`OnDropdownClose`: `EventCallback` delegate** <br />
106
107
+- **`OnFocus`: `EventCallback<FocusEventArgs>` delegate** <br />
108
+ Callback function called when typeahead textbox got focus.
109
110
### Functions
111
- **`DisposeAsync()`: `@implements IAsyncDisposable` interface** <br />
0 commit comments