SfDropdownList control with the Bootstrap Theme in a Blazor Server app. I have noticed a delay when the user clicks in the control in order to display the popup. Using the Bootsrap theme, this appears like the control takes the focus blue border twice, like it flashes, and almost after a second the popup with the items appears.
Replication procedure:
1: Run the sample
2:click on input
3: You can see the issue
Expected Output: Popup should open immediately when we click on input
Current Output:Popup is opened with some delay on dropdownlist in Bootstrap5 theme in demo page