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

Method setPlaceholder

src/preflight/OnePageInputModal.test.ts:61–64  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

59 }
60
61 setPlaceholder(value: string): this {
62 this.inputEl.placeholder = value;
63 return this;
64 }
65
66 setValue(value: string): this {
67 this.inputEl.value = value;

Callers 15

createInputFieldMethod · 0.95
createInputFieldMethod · 0.95
renderFieldMethod · 0.95
renderDateAliasesMethod · 0.45
displayMethod · 0.45
displayMethod · 0.45
SuggestMethod · 0.45
constructorMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected