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
ZachDaniel
ZachDaniel3y ago
Do you have the corresponding necessary phx-feedback-for css? This is unlikely to be an ash related error
Blibs
BlibsOP3y ago
Damn, I'm dumb, I can't believe I didn't noticed that I didn't have the css in place for that 🤦‍♂️

Did you find this page helpful?