Bindable input type?

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.

1 Like