MCPcopy
hub / github.com/ampproject/amphtml / isInputPlaceholder

Function isInputPlaceholder

src/custom-element.js:2158–2160  ·  view source on GitHub ↗

* @param {!Element} element * @return {boolean}

(element)

Source from the content-addressed store, hash-verified

2156 * @return {boolean}
2157 */
2158function isInputPlaceholder(element) {
2159 return 'placeholder' in element;
2160}
2161
2162/** @param {!Element} element */
2163function assertNotTemplate(element) {

Callers 2

getPlaceholderMethod · 0.85
togglePlaceholderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected