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'm observing that when setting the disabled prop on Sheet.Trigger, the underlying element's disabled attribute is not specified as expected, which results in styling that selects for disabled: not correctly applied. However, the trigger itself is properly disabled, meaning the behavior does not fire. This results in a visual bug, even though the behavior works as intended.
Describe the bug
I'm observing that when setting the
disabled
prop onSheet.Trigger
, the underlying element'sdisabled
attribute is not specified as expected, which results in styling that selects fordisabled:
not correctly applied. However, the trigger itself is properly disabled, meaning the behavior does not fire. This results in a visual bug, even though the behavior works as intended.Reproduction
https://stackblitz.com/edit/github-n64xaskp?file=repro%2Fsrc%2Froutes%2F%2Bpage.svelte
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: