vue-json-schema-form icon indicating copy to clipboard operation
vue-json-schema-form copied to clipboard

How to add an html part into the json schema?

Open clabnet opened this issue 3 years ago • 1 comments

Vue 3, Vite2 , Naive UI

I would add an html snippet into the schema to generate (for example) a green box with a text into the dynamic form result.

It is possible ?? How to ?

Thank's

clabnet avatar Jul 20 '22 15:07 clabnet

You can use ui:widget config

ref: https://vue-json-schema-form.lljj.me/zh/guide/adv-config.html#%E8%87%AA%E5%AE%9A%E4%B9%89widget

lljj-x avatar Jul 24 '22 07:07 lljj-x