Skip to content

Commit 4e99d96

Browse files
author
LCHProducciones
committed
Bugfixes on definitions
1 parent c69783e commit 4e99d96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magicsuggest/magicsuggest.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,9 @@ declare module MagicSuggest {
447447
/**
448448
* Sets the current selection with the JSON items provided
449449
* @param items
450+
* @param isSilent - (optional)
450451
*/
451-
setSelection(items: Array<any>): void;
452+
setSelection(items: Array<any>, isSilet?: boolean): void;
452453

453454
/**
454455
* Sets a value for the combo box. Value must be an array of values with data type matching valueField one.

0 commit comments

Comments
 (0)