[Lists]: don't make parameters only be set once #3457
Merged
+108
−114
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
📖 Description
as described in #3416, the parameters in the list controls can no longer be updated from outside the control at the moment (selected option(s) being the one we use). this was done to fix #3297 but the boolean checks seem to not be needed?
🎫 Issues
Fix #3416, Fix #3297
👩💻 Reviewer Notes
ive taken the example from the original issue and expanded it with the buttons to set or clear the combobox.
Im setting this as a Draft because i have no idea if this is actually a good fix and like to get some feedback if possible.
also FluentCombobox_ClearSelection test is failing now, which i find weird since it should now be able to clear :/nvm, test was broken
📑 Test Plan
✅ Checklist
General
Component-specific
⏭ Next Steps
N/A