Closed metonym closed 1 year ago
There are a couple of new a11y rules in svelte@4 that affect this library.
svelte@4
Note that both warnings are actually true; non-interactive elements like div or label should not have forwarded events.
div
label
To avoid breaking changes in this PR, I've ignored these warnings for now.
There's already an issue (#1621) to standardize events/props.
There are a couple of new a11y rules in
svelte@4
that affect this library.Note that both warnings are actually true; non-interactive elements like
div
orlabel
should not have forwarded events.To avoid breaking changes in this PR, I've ignored these warnings for now.
There's already an issue (#1621) to standardize events/props.