Errors for nested embeds in polymorphic embeds do not show
This PR solves the issue for nested embeds in phoenix_live_view: https://github.com/phoenixframework/phoenix_live_view/pull/3497
This fixes the behaviour + adds a test: https://github.com/mathieuprog/polymorphic_embed/pull/115
It is a bit hacky though as I with the general test setup a bit.
Thanks <3
I'm running into this same issue. Are there plans to merge the PR?
I'm also having the same issue. Will this PR be merged?
Having this problem as well. Any updates?
Same... Validation errors do not appear (They are in changeset but not as html errors.) for standard scalar fields (e.g., string, integer), whereas they display correctly for nested embedded schema fields.
polymorphic_embed 5.0.3
@nduitz , is #115 still relevant given there is a follow-up on similar problems in #132?