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

form-item 的 name 支持嵌套字段 #1235

Merged
merged 2 commits into from
Jul 5, 2024
Merged

form-item 的 name 支持嵌套字段 #1235

merged 2 commits into from
Jul 5, 2024

Conversation

rayhomie
Copy link
Collaborator

@rayhomie rayhomie commented Jul 5, 2024

No description provided.

@rayhomie rayhomie linked an issue Jul 5, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jul 5, 2024

🎊 PR Preview 0c346fd has been successfully built and deployed to https://ant-design-ant-design-mini-preview-pr-1235.surge.sh

🕐 Build time: 269.27s

🤖 By surge-preview

@@ -10,6 +10,7 @@ import AsyncValidator, {
} from 'async-validator';
import { IMixin4Legacy } from '@mini-types/alipay';
import { getValueFromProps } from '../_util/simply';
import { set as _set, get as _get } from 'lodash-es';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

重命名是为了解决什么问题呢?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lodash-es我去掉,自己写util吧,这个先忽略

@rayhomie rayhomie merged commit 00da1ac into master Jul 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

form-item 的 name 支持嵌套字段,比如 a.b 或者 [a, b]
2 participants