Skip to content
New issue

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}> crashes the runtime #14815

Open
GauBen opened this issue Dec 23, 2024 · 0 comments · May be fixed by #14816
Open

<select multiple value={123}> crashes the runtime #14815

GauBen opened this issue Dec 23, 2024 · 0 comments · May be fixed by #14816

Comments

@GauBen
Copy link
Contributor

GauBen commented Dec 23, 2024

Describe the bug

<select multiple value={123}> crashes the runtime at this line:

option.selected = ~value.indexOf(get_option_value(option));

Reproduction

https://svelte.dev/playground/e4f897d686f84b2ab6b231a1fb6b38d4?version=5.15.0

Logs

No response

System Info

Svelte 5.15.0

Severity

annoyance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant