Onfocus open Combobox

Hi,
 
How can I open a combobox onfocus rather than on click?

1 Reply

PO Prince Oliver Syncfusion Team February 19, 2020 06:26 AM UTC

Hi Sandip, 

Thank you for contacting us. 

We can achieve your requirement using focus event in the ComboBox control. In the focus event handler, call the showPopup method. Kindly refer to the following code. 

    onfocus = () => { 
      this.comboObj.showPopup(); 
    } 

We have attached the sample for your reference, please find the sample in the following location 

Documentation references: 

Let us know if you need any further assistance on this. 

Regards, 
Prince 


Loader.
Up arrow icon