Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiplePickerField SelectedItems Change Event #653

Closed
ramprudvi opened this issue Apr 12, 2024 · 2 comments · Fixed by #807
Closed

MultiplePickerField SelectedItems Change Event #653

ramprudvi opened this issue Apr 12, 2024 · 2 comments · Fixed by #807
Labels
control-multiplepickerfield enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@ramprudvi
Copy link

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?

@enisn enisn added this to the v2.9 milestone Apr 16, 2024
@enisn enisn added the good first issue Good for newcomers label Apr 16, 2024
@enisn
Copy link
Owner

enisn commented Apr 16, 2024

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.

@mstrong64
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-multiplepickerfield enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants