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