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