Skip to content

Filter Single Select #29

@carmah1

Description

@carmah1

I'm trying to convert the multiple select fields into simple dropdowns. But then the filter no longer works.
As soon as the select field is set to multiple again, the filter works normally.

I used the instructions from the FAQ:
"How can I change the multiple select fields to simple dropdowns in filter?"

...Find the line
multiple="true"
and change it to
multiple=""
size="1"
...

In the debug of Fluid, the value of the corresponding filter also remains empty. This is why the selected attribute is not set correctly.

Does anything else need to be adjusted or configured?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions