I have this example from the fields docs, with translate to false.
categories:
label: Categories
type: multiselect
icon: image
required: true
translate: false
options:
design: Design
architecture: Architecture
photography: Photography
3d: 3D
web: Web
If I switch to the alternate language, the field gets less opaque and disabled (because not to be translated, right) but also emptied.
Then I can’t save because:
the default field is still populated.
expected: the required
or min
property should only checked against the default values and not the untranslated field.