diff --git a/src/cdk-experimental/listbox/listbox.ts b/src/cdk-experimental/listbox/listbox.ts index 243ca3e3f36f..2220202b28b5 100644 --- a/src/cdk-experimental/listbox/listbox.ts +++ b/src/cdk-experimental/listbox/listbox.ts @@ -161,7 +161,7 @@ export class CdkOption { protected id = computed(() => this._generatedId); /** The value of the option. */ - protected value = input.required(); + readonly value = input.required(); // TODO(wagnermaciel): See if we want to change how we handle this since textContent is not // reactive. See https://github.com/angular/components/pull/30495#discussion_r1961260216.