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

Method afterInputReady

src/editors/string.js:335–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333 }
334
335 afterInputReady () {
336 this.theme.afterInputReady(this.input)
337 if (window.Cleave && !this.cleave_instance) this.setupCleave(this.input)
338 else if (window.IMask && !this.imask_instance) this.setupImask(this.input)
339 }
340
341 refreshValue () {
342 if (!this.input) {

Callers 1

buildMethod · 0.95

Calls 2

setupCleaveMethod · 0.95
setupImaskMethod · 0.95

Tested by

no test coverage detected