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

When using the Blazor DropDown List, the IsInteractive property of Syncfusion.Blazor.DropDowns.ChangeEventArgs reports false when a user types a valid value into the box, but doesn't use the arrow keys or mouse to make a selection.

I found similar issues reported (example: 

https://www.syncfusion.com/feedback/35268/changeeventargs-isinteracted-is-false-in-valuechange-event-when-value-is-changed), but they all seem to be related to selecting an item with the keyboard.

I would think since this is user interaction rather than a value change via code, the property should report true.


Thank You!

Greg