crowd.dev
crowd.dev copied to clipboard
Remove checkboxes from tags multi-select filters (members page)
Changes proposed ✍️
Fixes #1600
What
🤖 Generated by Copilot at 33db278
Prevent v-select rendering for tags filter in MultiSelectAsyncFilter component. This fixes a bug where the tags filter would not work properly with the v-select component.
🤖 Generated by Copilot at 33db278
v-selecthidden whenconfig.idistagsautumn leaves filter
Why
How
🤖 Generated by Copilot at 33db278
- Prevent
tagsfilter from renderingv-selectcomponent by adding conditional logic based onconfig.idprop (link)
Checklist ✅
- [x] Label appropriately with
Feature,Improvement, orBug. - [ ] Add screehshots to the PR description for relevant FE changes
- [ ] New backend functionality has been unit-tested.
- [ ] API documentation has been updated (if necessary) (see docs on API documentation).
- [ ] Quality standards are met.
@joanagmaia take a look when you can :)
@joanagmaia any update?