Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Bind the focus event to the component and use the ShowPopupAsync method to open the popup when clicking the input field. The popup opens properly, but when the component loses focus, the popup does not close properly. The focus event continues to be called when clicking outside of the component.
Blazor playground Sample: https://blazorplayground.syncfusion.com/VjLKjurSgtWMXVCg
Validated details: Checked the same case in EJ2 platform as well but in that the reported issue was not reproduced. While focus out the component the popup closed properly.
Sample: https://stackblitz.com/edit/tbsfuv-i5yo7u?file=index.js
Replication Procedure:
Expected: When the component loses focus, the popup should close properly.
Actual: When the component loses focus, the popup doesn't close properly.