Devang Mundhra
Devang Mundhra
Is there a work around available to do it today? The objects in the form I am creating are quite deep and would really like to be able to use...
Just in case someone is stuck on this issue and wants to start using autoforms **today**, a hack I am using to support nested objects is to flatten it, use...
Entity support seems to work, but am not able to layout the entity fields in a horizontal manner. For example, if in the [demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=EntityContainer), I want to have the `type`...
I'd like to keep logic of different branches of a workflow separated and clean so that it's easier to track and debug (rather than managing branching in the code itself...