chore: just the error validation left I think for the next scaffolder

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-09-12 11:09:45 +02:00
parent 6183125008
commit b9f71b15af
16 changed files with 114 additions and 87 deletions
@@ -30,7 +30,7 @@ const TextValuePicker = (props: FieldExtensionComponentProps<string>) => {
schema: { title, description },
rawErrors,
formData,
uiSchema: { 'ui:autofocus': autoFocus },
uiSchema: { 'ui:autofocus': autoFocus } = {},
idSchema,
placeholder,
} = props;