Skip to content

Commit 0ad7791

Browse files
authored
docs: fix incorrect JSDoc annotation in combo-box-scroller-mixin (#9985)
1 parent 0d97bd3 commit 0ad7791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/combo-box/src/vaadin-combo-box-scroller-mixin.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ export declare class ComboBoxScrollerMixinClass<TItem, TOwner> {
4545
owner: TOwner;
4646

4747
/**
48-
* Set true to prevent the overlay from opening automatically.
49-
* @attr {boolean} auto-open-disabled
48+
* Function used to render the content of every combo-box item.
5049
*/
5150
renderer: ComboBoxItemRenderer<TItem, TOwner> | null | undefined;
5251

0 commit comments

Comments
 (0)