nhovratov / jobfair

5 stars 4 forks source link

Filter Single Select #29

Open carmah1 opened 8 months ago

carmah1 commented 8 months ago

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?

nhovratov commented 8 months ago

Hi, I will look into that when I have time. If you find out anything in the meantime, please let me know here. I am not the original author, so I can't give you feedback right away.