When sets an empty data source on button click, the dropdown popup fails to open with a single click on the dropdown icon. The popup opens only after three clicks. This issue surfaces specifically when the OnOpen event is bound, even if it's empty.
Replication Procedure:
Run the sample
Click the button
Now tried to open the popup using dropdown icon
See the issue.
Expected Output: The dropdown popup should open with a single click on the dropdown icon, irrespective of the OnOpen event binding.
Current Output: The dropdown popup only opens after three clicks when the OnOpen event is bound.