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

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Pressing_the_spacebar_activates_two_actions1208970317


Pressing the spacebar activates the opening of the dropdown popup and scrolling down the page at the same time. In the HTML select tag, if the user presses the space bar, it will only open the popup.


Replication procedure:

  1. Run the sample.
  2. Select any value from the popup and then close the popup.
  3. Press the spacebar.


Expected Output: Only the popup should be opened.

Current Output: The popup is opened and the page is scrolled down.