Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

huangxj29
Copy link
Contributor

描述问题:
inputTable组件中嵌套picker,picker 组件设置 "joinValues": false 时,用户选择picker组件内容后删除,然后选择新加行,原来删除的内容会重新回显

如何复现(请务必完整填写下面内容):
{ "type": "page", "body": { "type": "form", "debug": "true", "data": { "table": [ { "a": "a1", "b": "b1", } ] }, "api": "/api/mock2/form/saveForm", "body": [ { "type": "input-table", "name": "table", "addable": true, "columns": [ { "name": "a", "label": "A" }, { "name": "b", "label": "B" }, { "type": "picker", "name": "picker", "needConfirm": false, "joinValues": false, "options": [ { "label": "A", "value": "a" }, { "label": "B", "value": "b" }, { "label": "C", "value": "c" } ], }, ] } ] } }

@github-actions github-actions bot added the fix label Dec 11, 2023
@github-actions
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@lurunze1226
Copy link
Collaborator

麻烦补充一下单测场景呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants