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
Expected behavior
It would be nice if checking/unchecking one 'a' would result in just one instance of the value being added to the array, and would also cause the other one to be checked/unchecked in sync.
Stacktraces
None.
Information about your Svelte project:
v3.18.2
Severity
Low-ish, probably.
Additional context
Came up while investigating #3680, and I consider this part to be a separate issue, unrelated to the {...spread} attributes.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
<input type='checkbox' bind:group={foo} value='...'>
where multiple checkboxes have the same value produces wonky behavior.Logs
None.
To Reproduce
Expected behavior
It would be nice if checking/unchecking one 'a' would result in just one instance of the value being added to the array, and would also cause the other one to be checked/unchecked in sync.
Stacktraces
None.
Information about your Svelte project:
v3.18.2
Severity
Low-ish, probably.
Additional context
Came up while investigating #3680, and I consider this part to be a separate issue, unrelated to the
{...spread}
attributes.The text was updated successfully, but these errors were encountered: