enhancement
major
minor
major
minor
defect
(User-visible)
minor
#26720
CodeEditorControl is to report client-side errors of the ACE editor
The tl:CodeEditorControl is an ACE editor. It can display errors, for example, when JSON syntax is expected but invalid JSON is entered.
This error should be written to the field as an error to ensure that only syntactically correct values are stored in the field.
Test
- In the form demo, locate the "XML Editor" field.
- Enter invalid XML, then exit the field.
- Expected Result: The field displays an error.
- Fix the XML, then exit the field.
- Expected result: The field shows no error.