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 ✨
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 ✨