Lib: Replace the <Dropdown> popup with a native select element + bind the value
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user