I’m wanting to bind errors returned in DS.Errors to the title attribute for a field, ideally separating multiple errors into
I’d also like to add the has-error class to the input field when there are errors for the field.
This is so I can use the Bootstrap tooltip component to show validation errors.