MCPcopy Create free account
hub / github.com/breck7/scroll / disableBrowserMagic

Function disableBrowserMagic

external/.scrollLibs.js:11257–11261  ·  view source on GitHub ↗
(field, spellcheck, autocorrect, autocapitalize)

Source from the content-addressed store, hash-verified

11255 }
11256
11257 function disableBrowserMagic(field, spellcheck, autocorrect, autocapitalize) {
11258 field.setAttribute("autocorrect", !!autocorrect)
11259 field.setAttribute("autocapitalize", !!autocapitalize)
11260 field.setAttribute("spellcheck", !!spellcheck)
11261 }
11262
11263 function hiddenTextarea() {
11264 var te = elt("textarea", null, null, "position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none")

Callers 2

hiddenTextareaFunction · 0.85
.scrollLibs.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected