New to KendoReact? Start a free 30-day trial
Open KendoReact ComboBox popup initially on load
Environment
Product Version | 5.13.1 |
Product | Progress® KendoReact ComboBox |
Description
I want the popup of the ComboBox to open when the component is initialized
Solution
For manually opening the popup of the ComboBox after the initialization we can use its "ref" within React.useEffect and use "toggleBtnClick" to simulate a click and trigger the opening.
Here is an example demonstrating this approach:
Change Theme
Theme
Loading ...