MCPcopy Index your code
hub / github.com/json-editor/json-editor / disable

Method disable

src/editors/string.js:329–333  ·  view source on GitHub ↗
(alwaysDisabled)

Source from the content-addressed store, hash-verified

327 }
328
329 disable (alwaysDisabled) {
330 if (alwaysDisabled) this.always_disabled = true
331 this.input.disabled = true
332 super.disable()
333 }
334
335 afterInputReady () {
336 this.theme.afterInputReady(this.input)

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected