alex / alex/django-ajax-validation
Handle multiple errors per field
Aperta
- Lingua principale
- Python
- Stelle
- 251
- Fork
- 57
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
If multiple errors are associated with a field, they are showed togheter in a single
- list.
- element.
I suggest to edit the jquery-ajax-validation.js file changing the various occurrences of
```
error.before('- ' + val + '
```to
```
error.before('- ' + val.join('
- ') + '
```
This does not make sense: every field error should be inside its own
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.