django-suit
django-suit copied to clipboard
ValidationErrors do not highlight faulty tab
Hi,
I have a problem that is similar to that reported in issue #156.
However, to be more precise, I notice that the behavior is correct (ie. the faulty is highlighted in red and gets focus) if the error is a missing mandatory field. But if the error comes from a ValidationError raised in a model's clean() method, then the tab highlighting and focusing does not happen.
Any solution for this? It can be quite confusing for users especially when there are many tabs...
Thanks!
In my case the faulty tab is highlighted only if submitting after having clicked almost one tab (-> and then having an hash in the url), otherwise the bug is there
I get this issue , anyone got a solution.