-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Hello!
I've got the compile time error with the checked
binding:
(svelte plugin) ValidationError: 'checked' binding can only be used with
<input type="checkbox">
But what about type="radio"
? checked
is valid attribute for it, please check: https://developer.mozilla.org/ru/docs/Web/HTML/Element/Input/radio
It make sense when we have several radio inputs with the same name.
Thanks!
PS svelte3 is awesome :)
Metadata
Metadata
Assignees
Labels
No labels