How to Have my own display like the WeWeb dropdown

I’ve built a form that allows people to input any REST API URL they want and have the data returned to them. Since this is quite dynamic I’m finding it hard to bind the data to a traditional list when displaying the response. Is there any way I can create my dropdown system like Weweb has??

Heres what I mean:

Screenshot 2024-05-28 183608

You would need to nest components one inside an another and bind their values, it’s doable but it requires some work :slight_smile: