Skip to content

Commit 1d86417

Browse files
committed
turn off auto complete in adding task
1 parent bb30f5d commit 1d86417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ui/AddTaskForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const AddTaskForm = () => {
8787
display='inline-flex'
8888
ref={TitleinputRef}
8989
placeholder="Title"
90+
autoComplete='off'
9091
/>
9192
</Box>
9293
<Box>

0 commit comments

Comments
 (0)