Custom size of widget filter list with pills layout

Hello,

I am working with the filter list widget in Workshop but I am facing limitations when using the pills layout.

I canno’t change the width of the search bar, the column width in the display section has no impact on the search bar itself.

I think it would be nice to be able to have control on this search bar width

Best Regards

image

If you want to use full width of othe column for the single filter, use vertical layout. If you want to use keyword search you can split it into two lines. Vertical layout for single-row search bar and piles for property filters.

Hi @axel, I agree with @dpryshchepa to use verticle layout for keyword search - you can split the filters into two filter list and then control the width using the section of the widget where you place vertical layout keyword filter and place the remaining filters inanother section as pills layout.

So, ideally your Layout should look like as follows -

Section<-(Layout direction=Columns, border style is borderless)

     Section<-Layout direction=**Rows**, dimensions can be set based on your preference of how wide you would want the keyword search , background color should be **transparent**, border style is **borderless** and layout padding as **No padding**

                filterlist1 with keyword search and layout as **vertical** (Make sure the background color here is also set to **transparent** and set the border style to **borderless**)

      Section<-Layout direction=**Rows**, dimensions as **flex** , background style should be **borderless** and layout padding as **compact**.

                 filterlist2 with remaining filters in a pills layout and make sure the border style is **borderless.**

This should help you to control the width of your keyword search. You can also reconsider how better you can achieve the same with a different user interface.