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.
npm run build
1 parent 5f31f11 commit 46642beCopy full SHA for 46642be
srcts/types/src/bindings/input/selectInput.d.ts
@@ -32,7 +32,7 @@ declare class SelectInputBinding extends InputBinding {
32
unsubscribe(el: HTMLElement): void;
33
initialize(el: SelectHTMLElement): void;
34
protected _selectize(el: SelectHTMLElement, update?: boolean): SelectizeInfo | undefined;
35
- private _supplyDefaultPlugins;
+ private _addRemoveButtonPlugins;
36
}
37
export { SelectInputBinding };
38
export type { SelectInputReceiveMessageData };
0 commit comments