Form Labels Disappearing on Validation Error?
So have some stock scaffold forms. When I hit a validation error the forms turn red etc. and I get the normal validation error etc. The issue is on all the failed fields the labels <%= form.label :attribute %> disappear.
Any one else see this?
UPDATE
<%= form.label "Attribute" %> works. No idea where to start here.
Any one else see this?
UPDATE
<%= form.label "Attribute" %> works. No idea where to start here.
Notifications
You’re not receiving notifications from this thread.