()
| 333 | } |
| 334 | |
| 335 | afterInputReady () { |
| 336 | this.theme.afterInputReady(this.input) |
| 337 | if (window.Cleave && !this.cleave_instance) this.setupCleave(this.input) |
| 338 | else if (window.IMask && !this.imask_instance) this.setupImask(this.input) |
| 339 | } |
| 340 | |
| 341 | refreshValue () { |
| 342 | if (!this.input) { |
no test coverage detected