Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复 combo 中有 pipeIn & pipeOut 场景时报错 Close: #8970 #8980

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

2betop
Copy link
Collaborator

@2betop 2betop commented Dec 1, 2023

What

🤖[deprecated] Generated by Copilot at 99ac90c

Fixed a bug in Combo form renderer that caused stale values to be used. Changed the value assignment to use props.getValue() instead of props.value or formItem.tmpValue in packages/amis/src/renderers/Form/Combo.tsx.

🤖[deprecated] Generated by Copilot at 99ac90c

value from props
avoiding stale combo form
autumn bug is fixed

Why

How

🤖[deprecated] Generated by Copilot at 99ac90c

  • Fix a bug where combo form values may not update correctly (link)

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

github-actions bot commented Dec 1, 2023

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

Please review the labels and make any necessary changes.

@lurunze1226 lurunze1226 merged commit da25710 into baidu:master Dec 1, 2023
5 checks passed
@2betop 2betop deleted the fix-input-kv branch December 1, 2023 06:54
2betop added a commit that referenced this pull request Mar 26, 2024
* fix: 修复 table2 树形数据展示对应错误问题

* fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773 (#8831)

* fix: 修复 combo 中有 pipeIn & pipeOut 场景时报错 Close: #8970

* fix: 修复 combo tabs 模式新成员中有必填字段未填写也能通过校验的问题

* fix: 修复 combo 可能无限触发 onChange 的问题

* fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773

* fix: 修复 combo 中有 pipeIn & pipeOut 场景时报错 Close: #8970 (#8980)

* fix: 修复页面设计器重复执行onChange的问题

* fix: 修复数据下发同步问题 (#9625)

* fix: 修复 crud 重置失效的问题 Close: #9686 (#9693)

* fix: crud2条件查询表单重置失效 (#9706)

* chore: combo 中减少表单项重绘

* fix typecheck error

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
Co-authored-by: walkin <wyc19966@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AMIS 3.6.0 InputKVS 控件无法新增对象,点击增加按钮会清空对象
3 participants