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
We are trying MultiplePickerField in our UI it is not supporting the SelectionChange Event or not working Binding Property Change Event as well . Need the answer of possible solution or any release plan for it?
The text was updated successfully, but these errors were encountered:
If you use ReactiveUI or something equivalent, you can handle changes of SelectedItem, or you can handle it in the setter of the observable property of your view model.
But still, we can add a regular C# event for that for simple usages.
I just looked at the source and there doesn't appear to be any command or event when the selected list changes. The single picker has an event and a command. Unfortunately I don't have time right now to submit a PR
Dhvanith
pushed a commit
to Dhvanith/UraniumUI
that referenced
this issue
Oct 18, 2024
Hi Team,
We are trying MultiplePickerField in our UI it is not supporting the SelectionChange Event or not working Binding Property Change Event as well . Need the answer of possible solution or any release plan for it?
The text was updated successfully, but these errors were encountered: