[New Feature] Multiselect dropdown & tags

I tried that, and got this error.

image

Are you sure you are using a Multi Select ? It is a plugin ?

Sounds from the error that you are using a single select element, hence the error about it not being a list.

Yes. I’m sure I’m using Multiselect Dropdown.

Using multiselect dropdown on Popup. dropdown content’s are overlapped .

image

Any solution on this?

Is your app public, or can you make it public temporarily ?

yeah sure.

Editor URL : https://bubble.io/page?type=page&name=bug_multiselect&id=testingsite1&tab=tabs-1
Web URL : https://testingsite1.bubbleapps.io/version-test/bug_multiselect?debug_mode=true

That is certainly a multi select.

Can you make the app public, as I can’t get in at the moment.

Now you can check.

Good now :slight_smile:

So you want to compare the selected THINGs in the multidrop down with something on the User ?

No, Just i found this problem on my working application. just i created test application for review the problem.
Is there any solution to avoid overlapping?

Overlapping ?

design issue in the popup

image

Make the box bigger ?

Other then this can i get any solution?

Depending on how many there are ,… you could pull the values out into a repeating group, and use the cells as “buttons” to click and select.

There may well be javascript ways to make the box expand ?

I was having similar issues with the multi dropdown not expanding as well, so I switched to a Repeating group. A little longer to setup but I am much happier with the design and flexibility of it

2 Likes

Is there any way to find the values in the drop box only when I start typing, not on the click of the input search box?

Hi guys,
I’m using the Multiselect dropdown to get users to select “categories”. Then I wanted to use the input or search box to restrict on a repeating group based on the “categories” given (so in the data base they are separated by commas).

The problem is that the “Multiselect dropdown” categories data is not made available for restriction. Is this expected?

Also, I wanted to share that the Multiselect Dropdown is quite tough to work with to then select data from it…
After quite some search I figured it out.

Parent group’s listing’s [multiselect dropdown thing]:first item:extract with Regex:first item

Where Regex Patern = [^,]*

Multi select dropdown ’s full value is coming from “first item” rather than just the first item. then we can extract with Regex by splitting the full list based on “comma” then do an actual “first item” search.

I hope this makes sense… @emmanuel is this the expected behavior of the feature?
I still have an issue with my previous comment.

Thanks a lot! V

3 Likes

I have tried with Repeating group to show the records in the multidropdown on popupwindow. its workign fine.

URL : https://testingsite1.bubbleapps.io/version-test/bug_multiselect?debug_mode=true

Thanks @NigelG

2 Likes