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

Method inputValueDidChange

src/View/Field/Text.js:63–66  ·  view source on GitHub ↗

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

(evt)

Source from the content-addressed store, hash-verified

61 * @param {Event} evt
62 */
63 inputValueDidChange (evt) {
64 // Notify model
65 this.getModel().viewValueDidChange(this, this._$input.value)
66 }
67}

Callers

nothing calls this directly

Calls 2

viewValueDidChangeMethod · 0.45
getModelMethod · 0.45

Tested by

no test coverage detected