MCPcopy Create free account
hub / github.com/chhoumann/quickadd / inputValue

Function inputValue

src/gui/MacroGUIs/UserScriptSettingsModal.test.ts:53–56  ·  view source on GitHub ↗
(input: HTMLInputElement, value: string)

Source from the content-addressed store, hash-verified

51}
52
53function inputValue(input: HTMLInputElement, value: string) {
54 input.value = value;
55 input.dispatchEvent(new Event("input", { bubbles: true }));
56}
57
58describe("UserScriptSettingsModal secret settings", () => {
59 afterEach(() => {

Callers 1

Calls 1

dispatchEventMethod · 0.80

Tested by

no test coverage detected