mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Fixes Selectize is missing plugins field
See borisyankov/DefinitelyTyped#3691
This commit is contained in:
7
selectize/selectize.d.ts
vendored
7
selectize/selectize.d.ts
vendored
@@ -150,6 +150,13 @@ declare module Selectize {
|
||||
*/
|
||||
selectOnTab?: boolean;
|
||||
|
||||
/**
|
||||
* An array of plugins to use
|
||||
*
|
||||
* Default: null
|
||||
*/
|
||||
plugins?: string[];
|
||||
|
||||
// Data / Searching
|
||||
// ------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user