feat: disable note title input autocomplete (#963)

This commit is contained in:
Aman Harwara
2022-04-11 12:56:29 +05:30
committed by GitHub
parent 90fcac61e0
commit d1df913578

View File

@@ -1025,6 +1025,7 @@ export class NoteView extends PureComponent<Props, State> {
}
spellcheck={false}
value={this.state.editorTitle}
autocomplete="off"
/>
</div>
</div>