0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/smart-turkeys-tell.md
Dominic Gannaway efe85fcce0
fix: more robust select element logic (#10848)
* follow up to 10846

* lint

* simplify

* don't update value

* rework logic, rely more on mutation observer, fix bug related to select multiple

* fix lazy select options bug


---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
2024-03-20 17:15:19 +01:00

88 B

svelte
patch

fix: ensure select value is updated upon select option removal