Make selected release input searchable

This commit is contained in:
Claudio Ortolina
2025-05-02 08:12:15 +01:00
parent 8d4f7fac37
commit 427a4e204e
@@ -53,6 +53,7 @@ defmodule MusicLibraryWeb.FormComponent do
label={gettext("MusicBrainz ID")}
/>
<Fluxon.Components.Select.select
searchable
field={@form[:selected_release_id]}
label={gettext("Selected Release")}
options={selected_release_id_options(@record)}