maybe a bug? #376
JSchmidt63
started this conversation in
General
Replies: 1 comment 1 reply
-
This is due to the re-render issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bug: see in the second pane showing the same input
{
"form": {
"labelCol": 6,
"wrapperCol": 12
},
"schema": {
"type": "object",
"properties": {
"ffpqapz14f4": {
"type": "void",
"x-component": "FormTab",
"x-component-props": {},
"x-designable-id": "ffpqapz14f4",
"properties": {
"s9mzpevna5z": {
"type": "void",
"x-component": "FormTab.TabPane",
"x-component-props": {
"tab": "Unnamed Title"
},
"x-designable-id": "s9mzpevna5z",
"properties": {
"dxcs94vr4tc": {
"type": "string",
"title": "Input",
"x-decorator": "FormItem",
"x-component": "Input",
"x-validator": [],
"x-component-props": {},
"x-decorator-props": {},
"x-designable-id": "dxcs94vr4tc",
"x-index": 0
}
},
"x-index": 0
},
"d5wsbg4pirx": {
"type": "void",
"x-component": "FormTab.TabPane",
"x-component-props": {
"tab": "Unnamed Title"
},
"x-designable-id": "d5wsbg4pirx",
"x-index": 1
}
},
"x-index": 0
}
},
"x-designable-id": "qfdu5gjxg2s"
}
}
Cheers
Beta Was this translation helpful? Give feedback.
All reactions