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
I have some code where I'm utilizing the <sm-dropdown> component in order to list some buttons that correspond to certain actions. Right now, when I click on one of the options, it selects it, even though I'd like it to not do that. I've tried adding a return false to my button to hopefully prevent the bubbling up of the click event, but that doesn't seem to do the trick. Is there something I can do for this?
Hey there,
I have some code where I'm utilizing the
<sm-dropdown>
component in order to list some buttons that correspond to certain actions. Right now, when I click on one of the options, it selects it, even though I'd like it to not do that. I've tried adding areturn false
to my button to hopefully prevent the bubbling up of the click event, but that doesn't seem to do the trick. Is there something I can do for this?Here is my code:
Thanks in advance!
The text was updated successfully, but these errors were encountered: