-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump phoenix_html to 4.1.1 #379
Conversation
The app doesn't start:
This is because we also have I deleted the dependency from the demo project. This will start the app, but raise an error if I try to access
The reason might be that we do not use the |
Ah sorry I didn't see the demo project. I can try to take a look at the previous state and what happens on the update to see if there's any obvious fixes :) |
That's awesome, thanks! 🙏 |
I have come a bit further. We need to change this line: - inputs_for(form, association.pivot.field)
+ form.impl.to_form(form.source, form, association.pivot.field, []) Because before we were using this variant of The field is still broken though... |
The addresses field doesn't seem to work on the latest develop either – selecting any values has no effect. |
Thanks for your report. I provided a fix for this in #387. The change will be on the website after the next release. |
Yep, thats what I meant with:
Thanks @Flo0807 for the fix! :-) Then all we need here is the update in the demo and the line change I suggested. @guess Are you going to finish this or should I take over? |
Yay! Pushed and tested that it works in the demo project 🎉 @Flo0807 @pehbehbeh |
The
inputs_for
andhidden_inputs_for
functions have been moved tophoenix_html_helpers
https://hexdocs.pm/phoenix_html/changelog.html#v4-0-0-2023-12-19