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
Describe the bug
When value on form elements not provided, it renders <input type="radio" value="undefined"/>, instead of just not rendering the value attribute at all.
Describe the bug
When value on form elements not provided, it renders
<input type="radio" value="undefined"/>
, instead of just not rendering the value attribute at all.To Reproduce
https://svelte.dev/repl/c06ad00f7e08410c813f7adbb746734a?version=3.22.3
Expected behavior
I expected this to be rendered:
<input type="radio" />
Severity
Medium
The text was updated successfully, but these errors were encountered: