MCPcopy
hub / github.com/json-editor/json-editor / getFormInputLabel

Method getFormInputLabel

src/theme.js:124–129  ·  view source on GitHub ↗
(text, req)

Source from the content-addressed store, hash-verified

122 }
123
124 getFormInputLabel (text, req) {
125 const el = document.createElement('label')
126 el.appendChild(document.createTextNode(text))
127 if (req) el.classList.add('required')
128 return el
129 }
130
131 getLabelLike (text, req) {
132 const el = document.createElement('b')

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected