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
[Select] Focus event always be triggered when click input box. #12281
Closed
1 task done
Comments
如果你们也认为这是一个bug的话,我可以提pr修复 |
PR is welcomed : ) |
@BoostIO funded this issue with $10. Visit this issue on Issuehunt |
zombieJ
pushed a commit
to react-component/select
that referenced
this issue
Oct 8, 2018
* fix ant-design/ant-design#12281 prevent focus blur event when click in multiple mode * update snapshot * kill inline function * add tests
@Frezc has started working. Visit this issue on Issuehunt |
@Frezc has submitted output. Visit this issue on Issuehunt |
@afc163 has rewarded. Visit this issue on Issuehunt |
ceriverso
pushed a commit
to ceriverso/select-component
that referenced
this issue
Jun 12, 2022
* fix ant-design/ant-design#12281 prevent focus blur event when click in multiple mode * update snapshot * kill inline function * add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.9.2
Environment
win10 chrome 68.0.3440.75
Reproduction link
Steps to reproduce
Every time click the inputbox,the focus will be log
What is expected?
focus event shouldn't be triggered when click
What is actually happening?
Focus event always be triggered when click
The text was updated successfully, but these errors were encountered: