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!
Description :
When users use the "Tab" key to interact with a value selection field, the IsInterated property returns "False" within the Value Change Event.
IsInteracted is returning true for mouse selection and enter key selection whereas for tab key selection the IsInterated returns False.
Sample: https://blazorplayground.syncfusion.com/rjhUsXZThuuyTzOi

Note: This issue is not occurring in TS platform. isInteracted is returning true while selecting using tab key. Please find the TS sample below.
TS sample: https://stackblitz.com/edit/2eejf3-ryeg1v?file=index.ts

Replication Procedure:
Expected: IsInteracted should return true.
Actual: IsInteracted is returning as false