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
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm (still) banging my head on the
fields_for
issue 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:
Beta Was this translation helpful? Give feedback.
All reactions