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 ae9e8d2 commit 422f050Copy full SHA for 422f050
src/cdk-experimental/listbox/listbox.ts
@@ -161,7 +161,7 @@ export class CdkOption<V> {
161
protected id = computed(() => this._generatedId);
162
163
/** The value of the option. */
164
- protected value = input.required<V>();
+ readonly value = input.required<V>();
165
166
// TODO(wagnermaciel): See if we want to change how we handle this since textContent is not
167
// reactive. See https://github.com/angular/components/pull/30495#discussion_r1961260216.
0 commit comments