MCPcopy Create free account
hub / github.com/MADEVAL/Oat-Table / input

Function input

tests/table.test.js:29–32  ·  view source on GitHub ↗
(window, element, value)

Source from the content-addressed store, hash-verified

27}
28
29function input(window, element, value) {
30 element.value = value;
31 element.dispatchEvent(new window.Event('input', { bubbles: true }));
32}
33
34function rowLabels(document) {
35 return Array.from(document.querySelectorAll('tbody tr:not([data-table-empty])'))

Callers 1

table.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected