* @returns {boolean} true if the value has deviated from initialValue
()
| 118 | * @returns {boolean} true if the value has deviated from initialValue |
| 119 | */ |
| 120 | isModified() { |
| 121 | return this.initialValue !== this.getValue(); |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | export default Controller; |
no test coverage detected