Open
Description
Describe the bug
The example suggests to set entry fields to valid or invalid by settingsdk.entry.fields[...].getForLocale(...).setInvalid(true)
. According to the sdk docs, this actually just works on the field location.
To Reproduce
Steps to reproduce the behavior:
- use
sdk.entry.fields['slug'].getForLocale(sdk.locales.default).setInvalid(true)
Expected behavior
Form Field should get invalid indicator (red bar…)
In the example the slug
field should get a red bar
Desktop (please complete the following information):
- OS: Mac OS 13.4.1
- Browser chrome 114.0.5735.198
Metadata
Metadata
Assignees
Labels
No labels