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!
When component rendered with value template the selection not retained from the component after press the escape key.
Sample: https://blazor.syncfusion.com/demos/dropdown-list/template?theme=fluent
Replication procedure:
1. Run the sample.
2. Focus the component using mouse click to open the popup.
3. Now select any value by using mouse click.
4. Again, open the popup using mouse click.
5. Now press the ArrowDown button to navigate down list element.
6. Now press “ESC” escape key to close the popup.
7. See the issue.
Expected: previous selected value needs to maintain the component
Output: final keyboard navigated value updated instead of previous selected value.