-
Hello,
when i define a multi-line paragraph, its content is placed in a div tag.
How can I use something else instead of a div tag?
Thank you in advance.
Regargs
Alex
-
```
const loopTabItems = (tree: TreeProps[]) => {
return tree
.filter((v: TreeProps) => v.active)
.map((v: TreeProps) => {
const render = (path: string) => (
…
-
### Description:
I have trouble customising language in UI.
Changes (as override) in i18n setting does not appear in rendered form.
### Steps to Reproduce
- Add Checkbox / Radio and allow cu…
-
### Description:
If you create a paragraph-element with multiple rows, the form builder will wrap a div around each row. But because the parent element is a p, the div's inside got wrapped out of it.…
-
### Description:
A checkbox group that is required does not render saved checked values. The checkboxes render correctly if the checkbox group is not required.
### Environment Details:
- form…
-
问题描述:
当一个页面有多个formrender组件时,他们共用一个form对象,在切换表单显隐时候,watch方法执行会有bug
测试代码仓库:https://github.com/mylesshie/test-form-render
-
代码
```
{
"type": "object",
"title": "meta",
"properties": {
"hospital": {
"param": "hospital",
"title": "hospital",
"type": "string",
"labelWidget": "Custom…
-
### Description:
### Expected Behavior
## I want to display the form using formRender but doesnt want edit capabilty of forms. Can someone please guide me on how to display form in read only m…
-
在pc的SchemaBuilder上创建一个下拉框,JSonSchema拿到FRMobile上展示有问题。
SchemaBuilder下拿到的对象是如下
SchemaBuilder导出
`'fr-lfc4': {
'title': '下拉单选',
'type': 'string',
'props': {
'options'…
-
### Description:
I know this has been asked for so many times, but I think we are almost there with @oneplugin’s contribution and others, so I’m willing to put up a bounty to get us across the fini…