MCPcopy Create free account
hub / github.com/TruthHun/BookStack / disableBrowserMagic

Function disableBrowserMagic

static/mergely/lib/codemirror.js:1192–1196  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

1190 }
1191
1192 function disableBrowserMagic(field) {
1193 field.setAttribute("autocorrect", "off");
1194 field.setAttribute("autocapitalize", "off");
1195 field.setAttribute("spellcheck", "false");
1196 }
1197
1198 // TEXTAREA INPUT STYLE
1199

Callers 2

hiddenTextareaFunction · 0.70
codemirror.jsFile · 0.70

Calls 1

setAttributeMethod · 0.45

Tested by

no test coverage detected