AshPhoenix.Form doesn't seem to respect phx-feedback-for
I noticed that my forms will always return all errors for all fields as soon as I call validate, even if I add the phx-feedback-for binding.
Is that expected or do I need to add some option to change that? I couldn't find anything about this in the docs.
2 Replies
Do you have the corresponding necessary phx-feedback-for css? This is unlikely to be an ash related error
Damn, I'm dumb, I can't believe I didn't noticed that I didn't have the css in place for that 🤦♂️