mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 06:10:06 +00:00
Add missing setting type for configuration
This commit is contained in:
6
types/selectize/index.d.ts
vendored
6
types/selectize/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user