Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderTemplateFolderPaths
Method · 0.95
createInputField
Method · 0.95
createInputField
Method · 0.95
renderField
Method · 0.95
renderDateAliases
Method · 0.45
display
Method · 0.45
display
Method · 0.45
Suggest
Method · 0.45
constructor
Method · 0.45
render
Method · 0.45
renderAddObsidianCommandSetting
Method · 0.45
renderAddUserScriptSetting
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected