I’m assuming you mean one div per possible input type and using conditional rendering based on a property to only render the div of the corresponding type? That’s the solution I came up with as well but it’s definitely not ideal.
I’m assuming you mean one div per possible input type and using conditional rendering based on a property to only render the div of the corresponding type? That’s the solution I came up with as well but it’s definitely not ideal.