According to Material Design, the error text in input fields should replace the help text. JsonForms Material UI Renderer displays the error text below the help text. Is it possible to achieve the criteria of the Material Design guideline in JsonForms to replace the help text when input fields have errors?
Assistive elements provide additional detail about text entered into text fields.
1. Helper text
Helper text conveys additional guidance about the input field, such as how it will be used. It should only take up a single line, being persistently visible or visible only on focus.2. Error message
When text input isn’t accepted, an error message can display instructions on how to fix it. Error messages are displayed below the input line, replacing helper text until fixed.
Here is a working example of JsonForms that displays the error message below the help text