From bbf233c4287d2573650c9bf57b7785905f7a7576 Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Mon, 13 Jul 2020 22:42:17 +0200 Subject: [PATCH] Add some comments. --- client/src/components/EditSongDialog.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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}