Showing Selected Parameters Like in a Multiselect Dropdown

The multiselect dropdown component in perspective has a great feature where you can select multiple parameters and they then show up on the top in little bubbles where the user can view all their selected choices and choose to deselect any if wanted. I am wondering if there is a way to create these “parameter bubbles” in some other way, perhaps inside of a text area or something similar? I am trying to implement a searchable database that the user can select various parameters from dynamic dropdowns and text inputs and then query the database based on their parameters but want an easy way to show what they have already selected. I see this method done a lot on popular shopping websites and want to implement something similar in perspective.

you could add in a flex repeater that has these “bubble” views. the instances would be a sum of all the dropdown values