Skip to content

Commit 23ac02f

Browse files
authored
fix: firefox textarea autocomplete corruption (#5860)
1 parent 6afb048 commit 23ac02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keyboard/textinput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class TextInput {
3333
this.text.className = "ace_text-input";
3434

3535
this.text.setAttribute("wrap", "off");
36+
this.text.setAttribute("autocomplete", "off");
3637
this.text.setAttribute("autocorrect", "off");
3738
this.text.setAttribute("autocapitalize", "off");
3839
this.text.setAttribute("spellcheck", "false");

0 commit comments

Comments
 (0)