what is the right way to use Phlex for nested forms? #523
wdiechmann
started this conversation in
Component architecture
Replies: 1 comment
|
Newsflash! I believe to have "conquered" this in a pretty simple way Then in my components, I've got a generic_field and specializations for each input like |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm (still) banging my head on the
fields_forissue of late - and am wondering whether you guys have cracked this one?I'd like this to render in the order listed:
Context:
I've built every "component" as a separate class and call them from the form class - partially shown here:
All reactions