This commit is contained in:
Arthur Vasconcelos 2017-11-29 07:17:42 -02:00 committed by Josh Johnson
parent 7f713ed8e5
commit 06e18c528e

2
types/index.d.ts vendored
View file

@ -727,7 +727,7 @@ export default class Choices {
*
* **Input types affected:** text, select-multiple
*/
removeActiveItemsByValueremoveItemsByValue(value: string): this;
removeActiveItemsByValue(value: string): this;
/**
* Remove each selectable item.