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(select): fix select focus loss #3309

Merged
merged 3 commits into from
Jul 19, 2022

Conversation

gp0119
Copy link
Contributor

@gp0119 gp0119 commented Jul 19, 2022

fix #3247

@vercel
Copy link

vercel bot commented Jul 19, 2022

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

Name Status Preview Updated
naive-ui ✅ Ready (Inspect) Visit Preview Jul 19, 2022 at 4:06PM (UTC)

@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #3309 (1e48b4f) into main (6dd4f99) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 1e48b4f differs from pull request most recent head 050d700. Consider uploading reports for the commit 050d700 to get more accurate results

@@           Coverage Diff           @@
##             main    #3309   +/-   ##
=======================================
  Coverage   63.14%   63.14%           
=======================================
  Files        1026     1026           
  Lines       21434    21426    -8     
  Branches     5595     5591    -4     
=======================================
- Hits        13535    13530    -5     
+ Misses       6448     6441    -7     
- Partials     1451     1455    +4     
Impacted Files Coverage Δ
src/select/src/Select.tsx 35.01% <0.00%> (-0.41%) ⬇️
src/carousel/src/Carousel.tsx 63.26% <0.00%> (-0.21%) ⬇️
src/input/src/interface.ts 100.00% <0.00%> (ø)
src/carousel/src/CarouselContext.ts 83.33% <0.00%> (ø)
src/input/src/Input.tsx 59.56% <0.00%> (+0.56%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6dd4f99...050d700. Read the comment docs.

@XieZongChen
Copy link
Collaborator

changelog

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 filterable multiple 开启过滤,多选条件下,使用slot action,无法聚焦输入框问题
3 participants