sean13
April 20, 2021, 3:54pm
1
Hi - I’m trying to figure out how to have a text field for “tags”, where it:
Does a search/autocomplete as you type
Adds a tag when you hit return (with a x to delete it)
If a matching tag doesn’t exist, creates on on submit.
The closest thing I’ve found is this plug: https://select2.github.io/
But I don’t think that will work as this scales because it just shows ALL tags in the dropdown. Any suggestions?
Hey @sean13
Have you looked into the “Selectize” plugin?
Otherwise I believe it is possible in vanilla bubble, though you need to use an “input” element not “text”.
For the search / autocomplete check out YouTube - CoachingNoCode has a good tutorial for “fuzzy” searches.
2 Likes
Jici
April 20, 2021, 4:18pm
3
You can do that with Search input too.
Bubble multidropdown use select2. You can only let user add new tags using static list if I’m right.
2 Likes
sean13
April 20, 2021, 4:51pm
4
Been kicking around with selectize. Two questions:
Possible to remove text shadow on items that have been added? I don’t see that in settings.
When I blur off the field, it removes the custom tags that I’ve added.
Jici
April 20, 2021, 4:55pm
5
Hi Sean!
For the text shadow, I can add this setting on next release (planned for tomorrow)
For the Blur issue, Can you send me a PM with your current setting for the dropdown and workflow? thanks!
system
Closed
June 29, 2021, 3:54pm
6
This topic was automatically closed after 70 days. New replies are no longer allowed.