Make placeholder optional

This commit is contained in:
pietervdvn 2022-02-07 02:00:34 +01:00
parent 0f95891a47
commit 82f165497a

View file

@ -59,7 +59,7 @@ export interface TagRenderingConfigJson {
/** /**
* A (translated) text that is shown (as gray text) within the textfield * 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. * Extra parameters to initialize the input helper arguments.