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: 修复 FormItem status 受控问题 #1298

Merged
merged 1 commit into from
Aug 16, 2022
Merged

fix: 修复 FormItem status 受控问题 #1298

merged 1 commit into from
Aug 16, 2022

Conversation

honkinglin
Copy link
Collaborator

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

完成

@codecov-commenter
Copy link

Codecov Report

Merging #1298 (584b792) into develop (9fde83a) will increase coverage by 0.09%.
The diff coverage is 57.06%.

@@             Coverage Diff             @@
##           develop    #1298      +/-   ##
===========================================
+ Coverage    59.78%   59.87%   +0.09%     
===========================================
  Files         1017     1017              
  Lines        17806    17806              
  Branches      4083     4084       +1     
===========================================
+ Hits         10645    10662      +17     
+ Misses        7161     7144      -17     
Impacted Files Coverage Δ
src/cascader/Cascader.tsx 57.89% <0.00%> (ø)
src/color-picker/ColorPicker.tsx 84.21% <ø> (ø)
src/date-picker/base/Header.tsx 43.83% <ø> (ø)
src/date-picker/panel/RangePanel.tsx 82.22% <ø> (-0.76%) ⬇️
src/form/_example/align.jsx 80.00% <0.00%> (ø)
src/form/_example/base.jsx 53.84% <ø> (ø)
src/form/_example/layout.jsx 80.00% <0.00%> (ø)
src/input-number/_example/center.jsx 44.44% <ø> (ø)
src/input-number/_example/large-number.jsx 100.00% <ø> (ø)
src/select/base/Select.tsx 72.31% <ø> (ø)
... and 35 more

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

@uyarn uyarn merged commit 4a2de34 into develop Aug 16, 2022
@uyarn uyarn deleted the fix/form/status branch August 16, 2022 05:58
@github-actions github-actions bot mentioned this pull request Aug 16, 2022
16 tasks
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] 期望FormItem支持validateStatus、errorMessage等属性设置
3 participants