Open
Description
Describe the bug
Setting the value of a Select component at the same time the Options are updated causes the Select component's value to change once, and then change again to undefined
To Reproduce
(See REPL here: https://svelte.dev/repl/7e74d75b52a84e09b4ad7aff4342ddf3?version=3.53.1)
- Select a value from the first Select. This will change the Options in the 2nd Select
- Watch console and you will see the value of the 2nd Select value change once and then change again to undefined
Expected behavior
Expect the value to get set and keep it. The expected behavior can be seen in the same REPL using the basic select element
Screenshots
(See REPL here: https://svelte.dev/repl/7e74d75b52a84e09b4ad7aff4342ddf3?version=3.53.1)