* Hides or shows the placeholder, if available. * @param {boolean} state * @public @final
(state)
| 773 | * @public @final |
| 774 | */ |
| 775 | togglePlaceholder(state) { |
| 776 | this.element.togglePlaceholder(state); |
| 777 | } |
| 778 | |
| 779 | /** |
| 780 | * Returns an optional fallback element for this custom element. |
no outgoing calls
no test coverage detected