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

Issue 1: Focus was added to the end of the input while focusing on the component using a mouse click.


When the user focuses on the component by clicking with the mouse, the focus is added to the end of the input.


Replication Procedure:

1. Run the sample.

2. Focus on the component using a mouse click.


Expected Output: Focus needs to be added fully.

Current Output: Focus is added to the end of the input.


Issue 2: The placeholder is not shown when the component is focused out using tab key navigation.

The placeholder is not displayed when the component is focused out using tab key navigation.


Replication Procedure:

1. Run the Sample.

2. Focus on the component using mouse clicks or keyboard navigation.

3. Focus out of the component using the Tab key.


Expected OutputIf the user focuses out without selecting a value, the placeholder needs to be shown.

Current OutputIf the user focuses out without selecting a value, the placeholder is not shown.