Same API as fieldOptions but is only applied when the field has errors and has been modified.
data() { return { uiSchema: [{ component: 'input', model: 'input1', errorOptions: { class: ['is-invalid'] }, fieldOptions: { class: ['form-control'], on: ['input'] } }] } }
Last updated 4 years ago