[Lists]: don't make parameters only be set once#3457
Conversation
150ef05 to
7ff7fe7
Compare
7ff7fe7 to
b92523a
Compare
|
@vnbaaij : sorry about that, i mustve missed something in the html |
|
These changes seem to revert to the code introduced in PR #3300. |
it reverts part of it, the internal value stuff is kept in place, normally. problem is that the boolean check makes it not update the value when selectedoption (or even value) would be changed because it doesn't execute the whole selection changed code :/ ( as shown by the test i had to edit/fix) but with the given example, from previous issue, it didn't break again so i have no idea if the example is wrong, im testing wrong, or this fixes everything :/ |
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