(inputValue: number)
| 671 | } |
| 672 | |
| 673 | _updateValueAndValidate(inputValue: number) { |
| 674 | this.value = inputValue; |
| 675 | this._validate(); |
| 676 | this._setButtonState(); |
| 677 | this._fireChangeEvent(); |
| 678 | } |
| 679 | |
| 680 | _onfocusin() { |
| 681 | this.focused = true; |
no test coverage detected