react-component / select

React Select
https://select.react-component.now.sh/
MIT License
894 stars 453 forks source link

fix: should close when blur #871

Closed zombieJ closed 1 year ago

zombieJ commented 1 year ago

combo 下内部 open 逻辑会有额外处理,这导致 blur 的时候发现 open 没开启就略过了设置 open 关闭。当有数据进入时就会被冲掉。

fix https://github.com/ant-design/ant-design/issues/38844

vercel[bot] commented 1 year ago

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

Name Status Preview Updated
select ❌ Failed (Inspect) Nov 22, 2022 at 7:40AM (UTC)
codecov[bot] commented 1 year ago

Codecov Report

Merging #871 (35a773c) into master (973a4e7) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #871   +/-   ##
=======================================
  Coverage   99.62%   99.62%           
=======================================
  Files          37       37           
  Lines        1337     1338    +1     
  Branches      355      356    +1     
=======================================
+ Hits         1332     1333    +1     
  Misses          4        4           
  Partials        1        1           
Impacted Files Coverage Δ
src/BaseSelect.tsx 100.00% <100.00%> (ø)

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