Lib: Replace the <Dropdown> popup with a native select element + bind the value

This commit is contained in:
2025-02-06 19:48:22 +01:00
parent c8ce8118cb
commit 0b64425284
6 changed files with 60 additions and 150 deletions

View File

@ -92,7 +92,7 @@
{#await data.teams then teams}
<Dropdown
name="team"
input_variable={team_select_value}
bind:value={team_select_value}
options={team_dropdown_options(teams)}
{labelwidth}
{disabled}