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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.



 

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:


  1. Click the input field the popup opens properly.
  2. Now, click the outside of the component.
  3. See the issue that, the popup is not closed.

Expected: When the component loses focus, the popup should close properly.


Actual: When the component loses focus, the popup doesn't close properly.