mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-04 07:52:51 +00:00
Add missing setting type for configuration
This commit is contained in:
parent
fa663f8469
commit
90e02c4afb
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user