and using a tree item collection, setting Selected leads to a looping situation where the value keeps flipping form true to false. To fix this I've changed this to only set selected to the InitiallySelected value. Selecting an item still works as expected as it will be handled by the web component and the event handler sets the state on the Blazor side.
Do not auto merge this. Need to clear issue tester first!
Fixes #2911
When using
and using a tree item collection, setting
Selected
leads to a looping situation where the value keeps flipping form true to false. To fix this I've changed this to only setselected
to theInitiallySelected
value. Selecting an item still works as expected as it will be handled by the web component and the event handler sets the state on the Blazor side.Do not auto merge this. Need to clear issue tester first!