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
Describe the bug
Bound select value is not updated when the option list is updated.
To Reproduce
See REPL here and switch first select value twice and try to select "a" in the other one. Going from "first" to "second" should also select "b"
Expected behavior
Updating the list of options should change the value of the select to a value available in the new list
Information about your Svelte project:
Your browser and the version: Chrome 86.0.4240.183
Your operating system: Windows 10
Svelte version: 3.29.4
Whether your project uses Webpack or Rollup: Webpack
Severity
How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Svelte entirely?
Describe the bug
Bound select value is not updated when the option list is updated.
To Reproduce
See REPL here and switch first select value twice and try to select "a" in the other one. Going from "first" to "second" should also select "b"
Expected behavior
Updating the list of options should change the value of the select to a value available in the new list
Information about your Svelte project:
Your browser and the version: Chrome 86.0.4240.183
Your operating system: Windows 10
Svelte version: 3.29.4
Whether your project uses Webpack or Rollup: Webpack
Severity
How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Svelte entirely?
Annoying, might have some workaround
Possibly related issues
The text was updated successfully, but these errors were encountered: