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 6afb048 commit 23ac02fCopy full SHA for 23ac02f
src/keyboard/textinput.js
@@ -33,6 +33,7 @@ class TextInput {
33
this.text.className = "ace_text-input";
34
35
this.text.setAttribute("wrap", "off");
36
+ this.text.setAttribute("autocomplete", "off");
37
this.text.setAttribute("autocorrect", "off");
38
this.text.setAttribute("autocapitalize", "off");
39
this.text.setAttribute("spellcheck", "false");
0 commit comments