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!

1
Vote

The dialog is popping up when hit another textbox (key press event). We have an on key press event but it is of no relation with popup. This issue occur when we enable the “AllowPreRender” property.


Sample:  https://blazorplayground.syncfusion.com/BjBqsrtEoTcJGlEs

 

Replication Procedure:

  1. Run the sample.
  2. Click the button to open the dialog and close it using Okay or Close buttons.
  3. Now, Type any value in the textbox and see the issue the dialog appears.

 

Expected Behavior: When we enable the “AllowPreRender” property and enter value in the textbox it should not display the dialog.

 

Actual Behavior: When we enable the “AllowPreRender” property and enter value in the textbox it popups the dialog.