f6febfdb5e1ec221c892803a781a6309b8ad0adc
Replace selected={data.x === opt.value} on individual <option> elements
with value={data.x} on the <select> — the idiomatic Svelte approach that
ensures correct hydration and form submission of the current filter values.
Description
No description provided