-
-
Notifications
You must be signed in to change notification settings - Fork 130
<CDropdown doesnt get closed After clicking on <CDropdownItem> #71
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
Comments
Hi! Thank you for the bug report! |
Can you give an example snippet to achieve this? and also the version in which it is updated |
It is default behavior since 3.0.2 version |
After the update @click event is not getting fired and also Default value of the dropdown is not available |
ad.2 What do you mean by the default value of the dropdown? Ad.1 Because click event is not emitted by CDropdownItem component (see docs for emitted events) You can use @click.native instead |
Actually I forgot that functional components have different events trigger, and didn't add them when I changed CDropdownItem from functional to a normal component. @click event is available again in the 3.0.3 version. |
Before opening an issue:
When asking general "how to" questions:
When reporting a bug, include:
When suggesting a feature, include:
The text was updated successfully, but these errors were encountered: