Skip to content

Autofocus title input when task modal opens ⌨️ #332

Description

@anoopcodehack

Autofocus title input when task modal opens ⌨️

File: client/src/components/Task/TaskModal.jsx

When modal opens you have to manually
click the title input 💀 annoying fr!!

Fix: just add autoFocus to title input:
<input
autoFocus
type="text"
placeholder="Task title *"
...
/>

LITERALLY 1 word added 😭🔥
No backend needed!!
Feels instantly more professional ✨

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions