From 90e02c4afb09182ffcc36023eccccfd8e2102a12 Mon Sep 17 00:00:00 2001 From: Reynaldo Pena Date: Thu, 13 Dec 2018 11:03:16 -0700 Subject: [PATCH] Add missing setting type for configuration --- types/selectize/index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/types/selectize/index.d.ts b/types/selectize/index.d.ts index 042e628e12..b3e0a60a48 100644 --- a/types/selectize/index.d.ts +++ b/types/selectize/index.d.ts @@ -16,6 +16,12 @@ declare namespace Selectize { * An array of the initial selected values. By default this is populated from the original input element. */ items?: T[]; + + /** + * The placeholder of the control (displayed when nothing is selected / typed). + * Defaults to input element's placeholder, unless this one is specified. + */ + placeholder?: string; /** * The string to separate items by. This option is only used when Selectize is instantiated from a