piccolo-orm/piccolo_admin

Fix filtering of array columns when they have choices

Closed this issue · 2 comments

There's some weird behaviour when trying to filter using array columns which have choices defined.

piccolo_admin_array_filtering.mov

When you click on a choice, it immediately de-selects.

@dantownsend If I completely remove the isFilter argument from ChoiceSelect in ArrayWidget.vue, everything works normally in the filter and crud forms. Can you check that?

@sinisaos You're right - that seems to fix it. Good catch!