FR - Component similar to 'Additional Scope'?

image

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
1 Like

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

1 Like

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?

CleanShot 2025-06-12 at 20.48.34

I think I can get that to work! Thanks!!!

1 Like