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 a06da98 commit 193ff19Copy full SHA for 193ff19
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 _addRemoveButtonPlugins;
+ private _addShinyRemoveButton;
36
}
37
export { SelectInputBinding };
38
export type { SelectInputReceiveMessageData };
0 commit comments