You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Hi @stefankeil! Thank you for notifying us of this issue. I have logged a ticket with our Developer Experience Team and they will look into it further.
@stefankeil FYI we're still working on figuring out how to fix this. There's a 3+ year old comment that indicates this has never worked FWIW, but I'm determined to figure out a way 😎
Describe the bug
The example suggests to set entry fields to valid or invalid by setting
sdk.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:
sdk.entry.fields['slug'].getForLocale(sdk.locales.default).setInvalid(true)
apps/examples/custom-validation/src/locations/Field.tsx
Line 25 in 5f7cd21
Expected behavior
Form Field should get invalid indicator (red bar…)
In the example the
slug
field should get a red barScreenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: