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
When using defaultValue in a form input with the reset button, the spread syntax with props on the input element causes it to break. Clicking the reset button does not set the value of the input to defaultValue. I haven't been able to test this locally on my machine yet, but noticed this issue while experimenting in a playground REPL. Advent of Svelte - Day 4
Describe the bug
When using
defaultValue
in a form input with the reset button, the spread syntax with props on the input element causes it to break. Clicking the reset button does not set the value of the input todefaultValue
. I haven't been able to test this locally on my machine yet, but noticed this issue while experimenting in a playground REPL. Advent of Svelte - Day 4Reproduction
REPL: https://svelte.dev/playground/870931329ce7453199346f48ce2ab70b?version=5.8.0
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: