Trying to allow users to create their own filters using the 'search and dropdown' input element

I want to use an input that allows users to create filters, so I am using the search and dropdown input to accomplish this. There are 2 issues I am experiencing:

  1. I am unable to change the border radius of the selected option/tags (the purple component in the screenshot below)
  2. I am unable to change the color of the selected items in the dropdown menu
    2.1. i.e., when a user creates a filter, the selected option in the dropdown menu is highlighted green, but I would like to be able to change it to a color consistent with the color scheme of my app (green component in the screenshot below)

I would love the ability to create pills (rounded corner tags) similar to most multi-dropdown inputs, but don’t know if there is a way to customize it to my liking out of the box with any inputs in WeWeb. I’d appreciate it if anyone has been able to solve for this!

Screenshot for reference:

image

Hi @michaeln :wave:

I think what you’re looking for is the multi-select element:

With the free layout option:

Here’s a short video I recorded last week for another user that explains a little bit how you can style options once you’ve selected the free layout setting.

Does that help?