Skip to content

Conversation

edc-hui
Copy link
Contributor

@edc-hui edc-hui commented Nov 16, 2022

修复ant design 中 TreeSlect组件在清空搜索框的值之后,会触发loadData的问题。
fix ant-design/ant-design#38566

@vercel
Copy link

vercel bot commented Nov 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tree-select ✅ Ready (Inspect) Visit Preview Nov 17, 2022 at 10:06AM (UTC)

@yoyo837
Copy link
Member

yoyo837 commented Nov 17, 2022

请添加一个测试用例.

@edc-hui
Copy link
Contributor Author

edc-hui commented Nov 17, 2022

请添加一个测试用例.

已添加

@yoyo837 yoyo837 requested a review from zombieJ November 17, 2022 07:53
@codecov
Copy link

codecov bot commented Nov 17, 2022

Codecov Report

Merging #424 (d71a26d) into master (46846d1) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #424   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          505       505           
  Branches       136       136           
=========================================
  Hits           505       505           
Impacted Files Coverage Δ
src/utils/valueUtil.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@edc-hui edc-hui force-pushed the fix-issue-antd-38566 branch from 1ea04ed to d71a26d Compare November 17, 2022 10:04
@yoyo837 yoyo837 merged commit 0c34fe0 into react-component:master Nov 17, 2022
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.

【TreeSelect】在showSearch的时候输入关键字icon会自动切换,且删除关键字后会自动触发loadData
3 participants