Interface JsonFormsAngularConfig

interface JsonFormsAngularConfig {
    showErrorsOnTouch?: boolean;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

showErrorsOnTouch?: boolean

When true, validation errors only appear after the user has interacted with the field.