Suggestion: Make combo boxes update values on selection changed #290
jpageacsys
started this conversation in
General
Replies: 1 comment 3 replies
-
|
@jpageacsys, what version of NuGet package you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I switched over my app to using the WinUI Table view. Users keep complaining that when they change comboboxes in the table, the values don't save. I had a hard time replicating this, but I found that if I change the comobox value, and then immdiately navigate away from the page, refresh, or restart, the value doesn't save. However, if I click away from the cell so it's unfocused, it does save.
While I think saving on cell edit finished is the intended behavior, it's not what users expect and can lead to frustration if the user changes the value and they have to remember to click away from the cell to actually submit the change.
I'd suggest subscribing to SelectionChanged and updating the source when the value changes as well.
This is the workaround class I made for my app as a workaround for now:
Beta Was this translation helpful? Give feedback.
All reactions