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

feat(form): setFields 支持 validateMessage 参数 #1226

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

honkinglin
Copy link
Collaborator

@honkinglin honkinglin commented Aug 4, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(form): setFields 支持 validateMessage 参数

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@honkinglin honkinglin linked an issue Aug 4, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #1226 (9872346) into develop (c4c5d1d) will increase coverage by 0.10%.
The diff coverage is 67.83%.

@@             Coverage Diff             @@
##           develop    #1226      +/-   ##
===========================================
+ Coverage    60.18%   60.28%   +0.10%     
===========================================
  Files          959      969      +10     
  Lines        16979    17144     +165     
  Branches      3906     3943      +37     
===========================================
+ Hits         10218    10336     +118     
- Misses        6761     6808      +47     
Impacted Files Coverage Δ
src/_util/useAnimation.ts 100.00% <ø> (ø)
src/_util/useClickOutside.ts 86.36% <ø> (ø)
src/_util/useCommonClassName.ts 100.00% <ø> (ø)
src/_util/useRipple.ts 26.76% <ø> (ø)
src/affix/Affix.tsx 85.93% <ø> (ø)
src/anchor/AnchorItem.tsx 85.71% <ø> (ø)
src/avatar/AvararGroup.tsx 92.00% <ø> (ø)
src/avatar/Avatar.tsx 95.74% <ø> (ø)
src/badge/Badge.tsx 100.00% <ø> (ø)
src/breadcrumb/Breadcrumb.tsx 100.00% <ø> (ø)
... and 182 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2022

完成

@uyarn uyarn merged commit 021068d into develop Aug 4, 2022
@uyarn uyarn deleted the feat/form/setFields branch August 4, 2022 10:50
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] setFields方法调用不生效
3 participants