When we have several keywords in a json-schema field, react-forms returns only one error (first or last). This issue should:
- Offer a way to return all errors
or
- Send an error priority array, that is, if we have errors A, B, C and the priority array is C, B, then it returns C.
Suggestions are welcome.
When we have several keywords in a json-schema field, react-forms returns only one error (first or last). This issue should:
or
Suggestions are welcome.