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 9a44351 commit 3906bb5Copy full SHA for 3906bb5
src/cdk-experimental/listbox/listbox.ts
@@ -89,7 +89,7 @@ export class CdkListbox<V> {
89
/** Whether the listbox is disabled. */
90
disabled = input(false, {transform: booleanAttribute});
91
92
- /** The ids of the current selected items. */
+ /** The values of the current selected items. */
93
values = model<V[]>([]);
94
95
/** The current index that has been navigated to. */
0 commit comments