We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30f5d commit 1d86417Copy full SHA for 1d86417
src/components/ui/AddTaskForm.tsx
@@ -87,6 +87,7 @@ const AddTaskForm = () => {
87
display='inline-flex'
88
ref={TitleinputRef}
89
placeholder="Title"
90
+ autoComplete='off'
91
/>
92
</Box>
93
<Box>
0 commit comments