You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to switch to use the Value, ValueChanged and ValueExpression but with a list of items, not a single item. I need to do something when the Value changes.
This example is similar to what I'm doing but im binding with a list of items selected not a single one. It looks like I need to use TItem and TValue possibly?
I'm missing something silly I assume. I am not sure what types i need to specify in the T Value and item.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to switch to use the Value, ValueChanged and ValueExpression but with a list of items, not a single item. I need to do something when the Value changes.
This example is similar to what I'm doing but im binding with a list of items selected not a single one. It looks like I need to use TItem and TValue possibly?
I'm missing something silly I assume. I am not sure what types i need to specify in the T Value and item.
Example
Beta Was this translation helpful? Give feedback.
All reactions