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(form): update ReturnType<SearchConvertKeyFn> #7462

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

q1uxu
Copy link
Contributor

@q1uxu q1uxu commented Aug 2, 2023

ProFormField的前置转化propconvertValue 的类型SearchConvertKeyFn支持返回boolean类型。
因为ProFormCheckbox组件的value值是boolean类型,所以convertValue 返回的值按理来说应该要支持boolean值。
image

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

🎊 PR Preview has been successfully built and deployed to https://pro-components-preview-pr-7462.surge.sh

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6ead3b1) 98.33% compared to head (338653e) 98.33%.
Report is 2 commits behind head on master.

❗ Current head 338653e differs from pull request most recent head 88336c5. Consider uploading reports for the commit 88336c5 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7462   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files         339      339           
  Lines       11343    11343           
  Branches     4132     4132           
=======================================
  Hits        11154    11154           
  Misses        154      154           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chenshuai2144 chenshuai2144 merged commit e19dd9e into ant-design:master Aug 2, 2023
8 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.

None yet

2 participants