MCPcopy Create free account
hub / github.com/microsoft/SandDance / isInteractive

Function isInteractive

docs/external/js/react-dom.development.js:8227–8229  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

8225 }
8226
8227 function isInteractive(tag) {
8228 return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';
8229 }
8230
8231 function shouldPreventMouseEvent(name, type, props) {
8232 switch (name) {

Callers 1

shouldPreventMouseEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected