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!>
Thanks for joining our community and helping improve Syncfusion products!
Issue 1:
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 Output: If the user focuses out without selecting a value, the placeholder needs to be shown.
Current Output: If the user focuses out without selecting a value, the placeholder is not shown.