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: ignore when search input value equal option item value #969

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

ZWkang
Copy link
Contributor

@ZWkang ZWkang commented Aug 2, 2023

@vercel
Copy link

vercel bot commented Aug 2, 2023

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

Name Status Preview Comments Updated (UTC)
select ❌ Failed (Inspect) Aug 2, 2023 10:03am

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #969 (daf16a4) into master (8932c56) will increase coverage by 0.00%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

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

@@           Coverage Diff           @@
##           master     #969   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          38       38           
  Lines        1370     1374    +4     
  Branches      375      376    +1     
=======================================
+ Hits         1367     1371    +4     
  Misses          3        3           
Files Changed Coverage Δ
src/Select.tsx 100.00% <100.00%> (ø)
src/utils/commonUtil.ts 100.00% <100.00%> (ø)

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

tests/Tags.test.tsx Outdated Show resolved Hide resolved
@MadCcc MadCcc merged commit 2879b2c into react-component:master Aug 2, 2023
8 of 9 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.

Select mode=tags模式,optionFilterProp=label,输入某个选项value过滤可能会导致选项重复
2 participants