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

Description: When changing the dropdown value using the keyboard, the entire page freezes.


Sample:  Syncfusion Blazor Playground: Write, Edit, Compile & Share Code for Blazor Components

 


Replication steps:

  1. Run the application.
  2. When the application launches you should see a single drop down field.  
  3. If you use the mouse the field is working fine with no issues.
  4. Now, first click anywhere and then tab in to the field using your keyboard.
  5. Type "a" to choose the first option.  "American Football" is chosen.
  6. Then type "c" to choose the "Cricket" option.  
  7. ERROR:  The screen freezes.  The user can do nothing after this other than refresh the page.


Expected Behavior: The page should not freeze when using the keyboard.

Actual Behavior: The dropdown list freezes when using the keyboard.