Gets the current placeholder of the form field.
()
| 479 | |
| 480 | /** Gets the current placeholder of the form field. */ |
| 481 | protected _getPlaceholder(): string | null { |
| 482 | return this.placeholder || null; |
| 483 | } |
| 484 | |
| 485 | /** Make sure the input is a supported type. */ |
| 486 | protected _validateType() { |
no outgoing calls
no test coverage detected