Gets the value that should be used when mirroring the input's size.
()
| 141 | |
| 142 | /** Gets the value that should be used when mirroring the input's size. */ |
| 143 | getMirrorValue(): string { |
| 144 | const value = this._rawValue(); |
| 145 | return value.length > 0 ? value : this._getPlaceholder(); |
| 146 | } |
| 147 | |
| 148 | /** Refreshes the error state of the input. */ |
| 149 | updateErrorState() { |
nothing calls this directly
no test coverage detected