diff --git a/components/Modals/CreateCalendarEvent.tsx b/components/Modals/CreateCalendarEvent.tsx index ca39faa..9c3758a 100644 --- a/components/Modals/CreateCalendarEvent.tsx +++ b/components/Modals/CreateCalendarEvent.tsx @@ -200,6 +200,7 @@ export default function CreateCalendarEventModal() { ref={titleRef} value={title} onChange={(e) => setTitle(e.target.value)} + autoFocus={true} placeholder="Event Name" className={cn( "invisible-input !text-3xl font-bold text-foreground outline-none placeholder:text-muted-foreground/50 placeholder:hover:text-muted-foreground/80",