Hi Syncfusion Team,
I'm using the DropdownList component and want to use a Button to show the popup of the DropdownList component. (When I click the button, the popup is opened). I am using showPopup property to implement. It's working well when I click the button slowly. But when I click quickly and many times in a short time, the popup doesn't show.
Link sample:https://stackblitz.com/edit/react-cdsqbq?file=index.js
How I can fix it.
Thanks.