• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Open KendoReact ComboBox popup on click or tab

Environment

Product Version5.14.1
ProductProgress® KendoReact

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:

Example
View Source
Change Theme:

In this article

Not finding the help you need?