We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc1b1a commit 77de928Copy full SHA for 77de928
public/types/src/scripts/choices.d.ts
@@ -200,10 +200,6 @@ declare class Choices {
200
target: HTMLInputElement | HTMLSelectElement;
201
}): void;
202
_onInvalid(): void;
203
- /**
204
- * Removes any highlighted choice options
205
- */
206
- _removeHighlightedChoices(): void;
207
_highlightChoice(el?: HTMLElement | null): void;
208
_addItem(item: ChoiceFull, withEvents?: boolean, userTriggered?: boolean): void;
209
_removeItem(item: ChoiceFull): void;
0 commit comments