Add missing setting type for configuration

This commit is contained in:
Reynaldo Pena
2018-12-13 11:03:16 -07:00
committed by GitHub
parent fa663f8469
commit 90e02c4afb

View File

@@ -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