Skip to content

Commit 3906bb5

Browse files
committed
fixup! refactor(cdk-experimental/ui-patterns): track list selection by value
1 parent 9a44351 commit 3906bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/listbox/listbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class CdkListbox<V> {
8989
/** Whether the listbox is disabled. */
9090
disabled = input(false, {transform: booleanAttribute});
9191

92-
/** The ids of the current selected items. */
92+
/** The values of the current selected items. */
9393
values = model<V[]>([]);
9494

9595
/** The current index that has been navigated to. */

0 commit comments

Comments
 (0)