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 TagRender prop does not close dropdown when clicked when dropdown is open #617

Merged
merged 2 commits into from
Apr 20, 2021

Conversation

matanshavit
Copy link
Contributor

fixes ant-design/ant-design#30220

continuation of #582

closes dropdown when it is open when clicking a custom TagRender prop

@vercel
Copy link

vercel bot commented Apr 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/react-component/select/7YTRXt7NYvQWkcaNjdFnJ3bGKHiX
✅ Preview: https://select-git-fork-matanshavit-fix-select-react-component.vercel.app

@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #617 (6f73531) into master (e7a7428) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #617   +/-   ##
=======================================
  Coverage   99.18%   99.18%           
=======================================
  Files          20       20           
  Lines         977      977           
  Branches      325      325           
=======================================
  Hits          969      969           
  Misses          7        7           
  Partials        1        1           
Impacted Files Coverage Δ
src/Selector/MultipleSelector.tsx 100.00% <100.00%> (ø)

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 e7a7428...6f73531. Read the comment docs.

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 TagRender Property not close dropdown when click
3 participants