New to KendoReact? Start a free 30-day trial
Open KendoReact ComboBox popup on click or tab
Environment
Product Version | 5.14.1 |
Product | Progress® KendoReact ComboBox |
Description
I want the popup of the ComboBox to open on click or when tabbing to it.
Solution
Handle the onFocus event of the ComboBox and within a setTimeout function check the opened state and if the popup is not opened, call the "toggleBtnClick" method.
Here is an example demonstrating this approach:
Change Theme
Theme
Loading ...