From e4b7c38451efef544f1ed639fc0d9e3597a920a0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 9 Mar 2021 19:45:47 +0100 Subject: user page date + async stuffings --- components/ui.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') diff --git a/components/ui.tsx b/components/ui.tsx index e395a47..5717928 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -105,6 +105,7 @@ export function Input(props: { value?: string|number; dark?: boolean; autocomplete?: string; + autofocus?: boolean; }) { return