Replies: 1 comment
-
Have you tried to define in the Form Component class the block component? I would try the following:
|
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 gradually migrating my views to Phlex, but I'm stuck on this problem with the form_with helper.
My current erb template is:
I trying to change only the form_with to a component
Here is the FormComponent class
The output for both:
The content that is not a method call using the
f
object is being ignored. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions