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
Special element attributes defaultValue and defaultChecked (maybe there are others?) don't appear to be documented. I could see this being its own page, or an addendum to some existing pages.
I see these as special since although they've available through the DOM API, Svelte allows them to be set as attributes that work well with bind:value or assigning value to either a string or nullish value.
Uh oh!
There was an error while loading. Please reload this page.
Special element attributes
defaultValue
anddefaultChecked
(maybe there are others?) don't appear to be documented. I could see this being its own page, or an addendum to some existing pages.I see these as special since although they've available through the DOM API, Svelte allows them to be set as attributes that work well with
bind:value
or assigningvalue
to either a string or nullish value.Applicable pages:
The text was updated successfully, but these errors were encountered: