mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
[app] Autofocus input
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user