vue-jsonschema-form
vue-jsonschema-form copied to clipboard
Custom Wrapper Config
Can you please tell me where to use wrapper config code for a custom wrapper?
{ componentName: 'CustomWrapper', props: (propName, schema, uiSchema) => ({ title: schema.title || propName }) }