MCPcopy Create free account
hub / github.com/cryptii/cryptii / inputValueDidChange

Method inputValueDidChange

src/View/Field/Boolean.js:74–77  ·  view source on GitHub ↗

* Triggered when input value has been changed. * @param {Event} evt

(evt)

Source from the content-addressed store, hash-verified

72 * @param {Event} evt
73 */
74 inputValueDidChange (evt) {
75 // Notify model
76 this.getModel().viewValueDidChange(this, this._$input.checked)
77 }
78}

Callers

nothing calls this directly

Calls 2

viewValueDidChangeMethod · 0.45
getModelMethod · 0.45

Tested by

no test coverage detected