[app] Autofocus input

This commit is contained in:
Alex Hancock
2024-12-02 13:13:09 -05:00
parent 0c91e44629
commit 60b02da26c
+1
View File
@@ -58,6 +58,7 @@ export default function Input({
setValue('');
}} className="flex relative bg-white h-auto px-[16px] pr-[38px] py-[1rem] rounded-b-2xl">
<textarea
autoFocus
id="dynamic-textarea"
placeholder="What should goose do?"
value={value}