* Triggered when input value has been changed. * @param {Event} evt
(evt)
| 61 | * @param {Event} evt |
| 62 | */ |
| 63 | inputValueDidChange (evt) { |
| 64 | // Notify model |
| 65 | this.getModel().viewValueDidChange(this, this._$input.value) |
| 66 | } |
| 67 | } |
nothing calls this directly
no test coverage detected