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(cdk:forms): disabled according to status #1503

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

kovsu
Copy link
Member

@kovsu kovsu commented Mar 16, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

fix #1502

What is the new behavior?

forms

Other information

@idux-bot
Copy link

idux-bot bot commented Mar 16, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Merging #1503 (bfe4e77) into main (760b5ac) will decrease coverage by 0.07%.
The diff coverage is 90.88%.

❗ Current head bfe4e77 differs from pull request most recent head c091301. Consider uploading reports for the commit c091301 to get more accurate results

@@            Coverage Diff             @@
##             main    #1503      +/-   ##
==========================================
- Coverage   92.81%   92.75%   -0.07%     
==========================================
  Files         327      331       +4     
  Lines       30349    30801     +452     
  Branches     2547     3533     +986     
==========================================
+ Hits        28168    28568     +400     
- Misses       2181     2233      +52     
Impacted Files Coverage Δ
packages/pro/search/src/ProSearch.tsx 16.35% <15.38%> (+0.86%) ⬆️
packages/cdk/utils/src/dom.ts 78.97% <18.18%> (-8.69%) ⬇️
packages/components/cascader/src/Cascader.tsx 84.68% <63.63%> (-11.39%) ⬇️
packages/components/collapse/src/CollapsePanel.tsx 97.47% <93.75%> (-0.62%) ⬇️
packages/components/desc/src/DescItem.tsx 96.38% <96.38%> (ø)
packages/cdk/utils/src/tree.ts 98.40% <100.00%> (ø)
packages/components/cascader/src/token.ts 100.00% <100.00%> (ø)
packages/components/cascader/src/types.ts 100.00% <100.00%> (ø)
packages/components/checkbox/src/types.ts 100.00% <100.00%> (ø)
packages/components/config/src/defaultConfig.ts 100.00% <100.00%> (ø)
... and 25 more

... and 5 files with indirect coverage changes

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

@danranVm danranVm merged commit 88a6d3f into IDuxFE:main Mar 19, 2023
@kovsu kovsu deleted the forms-disabled branch March 23, 2023 13:11
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.

[cdk:forms] 使用useFormArray的时候disabled仅在初始化的时候生效
2 participants