()
| 339 | } |
| 340 | |
| 341 | refreshValue () { |
| 342 | if (!this.input) { |
| 343 | return |
| 344 | } |
| 345 | this.value = this.input.value |
| 346 | if (typeof this.value !== 'string' && !this.shouldBeUnset()) this.value = '' |
| 347 | this.serialized = this.value |
| 348 | } |
| 349 | |
| 350 | destroy () { |
| 351 | if (this.cleave_instance) this.cleave_instance.destroy() |
no test coverage detected