New to KendoReact? Learn about KendoReact Free.
Events
The KendoReact DropDownList generates a variety of events that you can handle. This allows you to tailor the behavior of the DropDownList to your specific requirements.
The following example demonstrates the DropDownList events and how you can utilize the useAsyncFocusBlur
utility to handle the focus and blur events.
Change Theme
Theme
Loading ...
Looping through Items
By default, you can select a DropDownList item by pressing a keyboard key. For example, if the DropDownList items are Foo
, Bar
, and Baz
and the user presses the B
letter key, based on the alphabetical order of the items, the keypress selects the first item which starts with a B
.
The keyboard selection is available only if the filtering functionality is disabled.