diff --git a/client/src/components/EditSongDialog.tsx b/client/src/components/EditSongDialog.tsx index 151bf2c..7b2b837 100644 --- a/client/src/components/EditSongDialog.tsx +++ b/client/src/components/EditSongDialog.tsx @@ -56,6 +56,10 @@ export default function EditSongDialog(props: IProps) { /> + { // TODO: this autocomplete is not controlled but does send updates to the parent + // right away. In other words, there is no way to affect its value from outside + // the dialog. + } option.name as string}