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!

2
Votes

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:

  1. Run the sample.
  2. Navigate using down arrow.
  3. Click Tab button.
  4. Now see the console.

Expected: IsInteracted should return true.

Actual: IsInteracted is returning as false