mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Merge pull request #17619 from thelfensdrfer/patch-1
Added silent parameter for the setValue method
This commit is contained in:
4
types/selectize/index.d.ts
vendored
4
types/selectize/index.d.ts
vendored
@@ -543,8 +543,8 @@ declare namespace Selectize {
|
||||
/**
|
||||
* Resets the selected items to the given value(s).
|
||||
*/
|
||||
setValue(value: T): void;
|
||||
setValue(value: T[]): void;
|
||||
setValue(value: T, silent?: boolean): void;
|
||||
setValue(value: T[], silent?: boolean): void;
|
||||
|
||||
/**
|
||||
* Moves the caret to the specified position ("index" being the index in the list of selected items).
|
||||
|
||||
Reference in New Issue
Block a user