We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<select multiple value={123}>
<select multiple value={123}> crashes the runtime at this line:
svelte/packages/svelte/src/internal/client/dom/elements/bindings/select.js
Line 134 in 1d773ef
https://svelte.dev/playground/e4f897d686f84b2ab6b231a1fb6b38d4?version=5.15.0
No response
Svelte 5.15.0
annoyance
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
<select multiple value={123}>
crashes the runtime at this line:svelte/packages/svelte/src/internal/client/dom/elements/bindings/select.js
Line 134 in 1d773ef
Reproduction
https://svelte.dev/playground/e4f897d686f84b2ab6b231a1fb6b38d4?version=5.15.0
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: