vue-jsonschema-form icon indicating copy to clipboard operation
vue-jsonschema-form copied to clipboard

Custom Wrapper Config

Open ChrisRAra opened this issue 3 years ago • 0 comments

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 }) }

ChrisRAra avatar Apr 23 '21 06:04 ChrisRAra