-
Notifications
You must be signed in to change notification settings - Fork 54
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
bug: Single select focus issue #720
Labels
bug
Something isn't working
Comments
Bhusnar5044
added a commit
to Bhusnar5044/medly-components
that referenced
this issue
May 8, 2023
affects: @medly-components/core ISSUES CLOSED: medly#720
Bhusnar5044
added a commit
to Bhusnar5044/medly-components
that referenced
this issue
May 8, 2023
…ide click affects: @medly-components/core ISSUES CLOSED: medly#720
20 tasks
gmukul01
pushed a commit
to Bhusnar5044/medly-components
that referenced
this issue
May 8, 2023
* fix(core): fixed single-select focus issue on outside click of container affects: @medly-components/core ISSUES CLOSED: medly#720 * test(core): added test cases for single select focus handling on outside click affects: @medly-components/core ISSUES CLOSED: medly#720 * refactor(core): fixed smell code affects: @medly-components/core * test(core): renamed test cases, to fix test case dublications affects: @medly-components/core
gmukul01
added a commit
that referenced
this issue
May 8, 2023
* fix(core): fixed single-select focus issue on outside click of container affects: @medly-components/core ISSUES CLOSED: #720 * test(core): added test cases for single select focus handling on outside click affects: @medly-components/core ISSUES CLOSED: #720 * refactor(core): fixed smell code affects: @medly-components/core * test(core): renamed test cases, to fix test case dublications affects: @medly-components/core --------- Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Single-select focus not going away when we select the option. It works only when we open the options pop-up and then click outside without selecting an option.
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Expected behavior
when we click an option from a single select option pop-up, the field focus should not be there on the outside click event.
Package versions
Additional context
Provide any additional information about the bug or the bug scenario.
The text was updated successfully, but these errors were encountered: