Make selected release input searchable
This commit is contained in:
@@ -53,6 +53,7 @@ defmodule MusicLibraryWeb.FormComponent do
|
|||||||
label={gettext("MusicBrainz ID")}
|
label={gettext("MusicBrainz ID")}
|
||||||
/>
|
/>
|
||||||
<Fluxon.Components.Select.select
|
<Fluxon.Components.Select.select
|
||||||
|
searchable
|
||||||
field={@form[:selected_release_id]}
|
field={@form[:selected_release_id]}
|
||||||
label={gettext("Selected Release")}
|
label={gettext("Selected Release")}
|
||||||
options={selected_release_id_options(@record)}
|
options={selected_release_id_options(@record)}
|
||||||
|
|||||||
Reference in New Issue
Block a user