You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a Check inside Dropdown.
Prior to v0.9.5 it worked perfectly!
After I've updated to v0.9.5 it doesn't work anymore. Check can't be checked or unchecked anymore.
To Reproduce
This is a basic example to reproduce the bug:
I can confirm on our side, thank you for the code sample.
@David-Moreira I found this is happening because we have added @onclick:preventDefault @onclick:stopPropagation on DropdownItem. If I remove it, it seems to be working fine without. Do you remember why we needed it?
Describe the bug
I have a Check inside Dropdown.
Prior to v0.9.5 it worked perfectly!
After I've updated to v0.9.5 it doesn't work anymore. Check can't be checked or unchecked anymore.
To Reproduce
This is a basic example to reproduce the bug:
The text was updated successfully, but these errors were encountered: