Customizing the generated UI Schema

Hello! I am auto generating the UI Schema as I am using multiple different JSON Schemas and just switching them. I am using Angular. I want each Object to be condensed into a dropdown menu, with a header with the objects name. I have tried to alter the Object control renderer and and Group layout renderer, but nothing is working. I would love some help on how to implement this feature

Hi @AustinCappuccio,

A custom object renderer is the way to go. What are you struggling with?