Bug description:
The validation messages are not displayed in the editors when inputting an invalid value.
Expected behavior:
When a field is invalid, the field should become red and display the validation message from the JSONschema.
Steps to Reproduce:
- Go to create a new item
- Input a barcode that already exists
- The field becomes red but there is no message to tell us why (alreadyTakenMessage)
- Add a field "URL" and input "toto"
- The field becomes red but there is no message to tell us why (patternMessage)
- etc.
Context
- Versions: 1.25.1
- Also tested with the latest formly version