0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
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
Dominic Gannaway
c564c77199
fix: ensure select value is updated upon select element removal (#10846)
* fix: ensure select value is updated upon select element removal

* lint

* lol
2024-03-19 21:33:32 +00:00