MCPcopy
hub / github.com/tinyplex/tinybase / addHiddenInput

Function addHiddenInput

site/js/common/common.ts:102–107  ·  view source on GitHub ↗
(form: HTMLFormElement, field: string, value: string)

Source from the content-addressed store, hash-verified

100};
101
102const addHiddenInput = (form: HTMLFormElement, field: string, value: string) =>
103 createElement('input', form, {
104 type: 'hidden',
105 name: 'project' + field,
106 value,
107 });
108
109export const addStackblitz = () => {
110 const iframe = queryElement(getArticle(), ':scope iframe');

Callers 1

addStackblitzFunction · 0.85

Calls 1

createElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…