diff --git a/src/components-examples/cdk-experimental/listbox/cdk-listbox-configurable/cdk-listbox-configurable-example.html b/src/components-examples/cdk-experimental/listbox/cdk-listbox-configurable/cdk-listbox-configurable-example.html index 720d265f7472..852b16c939cf 100644 --- a/src/components-examples/cdk-experimental/listbox/cdk-listbox-configurable/cdk-listbox-configurable-example.html +++ b/src/components-examples/cdk-experimental/listbox/cdk-listbox-configurable/cdk-listbox-configurable-example.html @@ -62,8 +62,9 @@ [focusMode]="focusMode" [selectionMode]="selectionMode" class="example-listbox example-parent" + aria-labelledby="configurable-select-label" > - + @for (fruit of fruits; track fruit) { @let optionDisabled = disabledOptions.includes(fruit);