I was trying to find a way to get some sort of component like the one above working with the tags
component.
I was looking for something like this:
- the user would press enter to add 'Underwriting' as a tag to the list below it
I was trying to find a way to get some sort of component like the one above working with the tags
component.
I was looking for something like this:
Definitely a +1. Every once one a while I re discover the tags component only to realise it doesn't do exactly what @bobthebear requests
Hi @bobthebear! The multi select component works functionally similar to what you are trying to achieve, albeit without the styling of your design. Have you tried this component?
Hey @bobthebear,
It seems like you could create this functionality with the text input and a tags component that is populated by a variable (or a db query if you need to persist the data)
Would that work for the time being?
I think I can get that to work! Thanks!!!