keystatic
keystatic copied to clipboard
`fields.number()` is missing the "required" star
My config says
position: fields.number({ label: 'Reihenfolge', validation: { isRequired: true } }),
And the source code shows the input as required.
However, the red required-Star is not present in the UI.