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
In my blazor app, I have the below dropdown menu and it worked fine. Until I added a data-hs-overlay to open a modal when an item is clicked. Also adding onclick attribute does the same
If anyone is looking for a workaround, this could be because of some elements not being initialized by Preline. But I think the problem is something else. Anyways, here's a workaround for me
In my blazor app, I have the below dropdown menu and it worked fine. Until I added a
data-hs-overlay
to open a modal when an item is clicked. Also addingonclick
attribute does the sameThe issue is mainly that the dropdown menu doesn't open when there is an
onclick
ordata-hs-overlay
inside of itThe text was updated successfully, but these errors were encountered: