forked from MapComplete/MapComplete
Add placeholder options for freeform keys
This commit is contained in:
parent
73984ad462
commit
400756cdea
3 changed files with 9 additions and 1 deletions
|
@ -56,6 +56,11 @@ export interface TagRenderingConfigJson {
|
|||
* See Docs/SpecialInputElements.md and UI/Input/ValidatedTextField.ts for supported values
|
||||
*/
|
||||
type?: string,
|
||||
/**
|
||||
* A (translated) text that is shown (as gray text) within the textfield
|
||||
*/
|
||||
placeholder: string | any
|
||||
|
||||
/**
|
||||
* Extra parameters to initialize the input helper arguments.
|
||||
* For semantics, see the 'SpecialInputElements.md'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue