-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
Autocomplete: Refactor to use DropdownItem ShowCheckbox feature #5319
Autocomplete: Refactor to use DropdownItem ShowCheckbox feature #5319
Conversation
…ickhandler instead
Note to self: Investigate whether it's to do with TextFocused |
Can it be because of closable.js that is implemented in dropdown? |
…ng to clickhandler instead" This reverts commit 2ee961f.
Nah, that's does not seem like it.
I investigated a while on how to make an element no focusable in html, people say, disabled it the way to go. I just tried to disable the checkbox and it indeed worked... But as you know disabling it, is not really a great option. I suspect I had similar problems before when implementing checkboxes that's why we implemented an icon that acts as a checkbox. Do you have any suggestions? |
Note to self:
|
@stsrki I'm not able to compile scss at all. Can you try it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you notice that when you clock on a BS checkbox instead of a dropdown item, that the menu is closed? Can we keep it open because user will expect to keep it while selecting.
Can you give me the steps to reproduce. |
Yep, this basically. If you could fix this it would be great. |
Great. Since it's a production bug, I'd proactively fix it as part of v1.4. Going ahead and opening a separate issue. Please review this feature regardless of this particular bug or we can leave it on hold until we merge the fix in. |
No idea why check handler is not working properly when in AutoComplete. Gotta figure it out.