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
multiple
bind:this
Dynamic multiple attribute is not allowed in combination with bind:this. Works in v4.
Note: This is different from #1270 because I am not binding value
value
<script> let multiple = true; let el; </script> <select {multiple} bind:this={el}></select>
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACkWNwQoDIRBDf0XmXOjdukK_o9tDq7N0YHRFx0IR_71aWHpLwkvSYCPGAvrWID4CgoZrSnAC-aRpyhtZcPiy1-xmYorLlMSucRVGUaGyUGJUi5Jc8XLkyEOa85-OpiCjE9WOSldPil7Li8rSkLsd-A-x4zDsnjZCD3rO9nv_An338GurAAAA
No response
svelte 5
annoyance
The text was updated successfully, but these errors were encountered:
fix: allow bind:this on <select> with dynamic multiple attribute
<select>
ea0ee09
fixes #11377
fix: allow bind:this on <select> with dynamic multiple attribute (
4479b8c
#11378) fixes #11377
Successfully merging a pull request may close this issue.
Describe the bug
Dynamic
multiple
attribute is not allowed in combination withbind:this
. Works in v4.Note: This is different from #1270 because I am not binding
value
Reproduction
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACkWNwQoDIRBDf0XmXOjdukK_o9tDq7N0YHRFx0IR_71aWHpLwkvSYCPGAvrWID4CgoZrSnAC-aRpyhtZcPiy1-xmYorLlMSucRVGUaGyUGJUi5Jc8XLkyEOa85-OpiCjE9WOSldPil7Li8rSkLsd-A-x4zDsnjZCD3rO9nv_An338GurAAAA
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: