Make placeholder optional
This commit is contained in:
parent
0f95891a47
commit
82f165497a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export interface TagRenderingConfigJson {
|
|||
/**
|
||||
* A (translated) text that is shown (as gray text) within the textfield
|
||||
*/
|
||||
placeholder: string | any
|
||||
placeholder?: string | any
|
||||
|
||||
/**
|
||||
* Extra parameters to initialize the input helper arguments.
|
||||
|
|
Loading…
Reference in a new issue