MCPcopy Index your code
hub / github.com/caseywebdev/react-list / isTextInputElement

Function isTextInputElement

docs/index.js:5458–5465  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

5456 week: !0
5457};
5458function isTextInputElement(elem) {
5459 var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
5460 return "input" === nodeName
5461 ? !!supportedInputTypes[elem.type]
5462 : "textarea" === nodeName
5463 ? !0
5464 : !1;
5465}
5466function createAndAccumulateChangeEvent(
5467 dispatchQueue,
5468 inst,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…