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
When passing in disabled=true to the DropdownMenu.Item component the component will still perform on:click actions even if being disabled. The component gets the correct styling for being disabled, but is still possible to interact with by clicking on it
Describe the bug
When passing in
disabled=true
to theDropdownMenu.Item
component the component will still performon:click
actions even if being disabled. The component gets the correct styling for being disabled, but is still possible to interact with by clicking on itReproduction
https://stackblitz.com/edit/github-detrjx?file=src%2Froutes%2F%2Bpage.svelte
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: