MCPcopy Index your code
hub / github.com/witheve/Eve / disableBrowserMagic

Function disableBrowserMagic

src/codemirror.js:1196–1200  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

1194 }
1195
1196 function disableBrowserMagic(field) {
1197 field.setAttribute("autocorrect", "off");
1198 field.setAttribute("autocapitalize", "off");
1199 field.setAttribute("spellcheck", "false");
1200 }
1201
1202 // TEXTAREA INPUT STYLE
1203

Callers 2

hiddenTextareaFunction · 0.85
codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected