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.
2 parents 11c92db + 2be8e1d commit 83b53cbCopy full SHA for 83b53cb
src/controls/adaptiveCardHost/fluentUI/Elements.tsx
@@ -637,7 +637,7 @@ export class FluentUITextInput extends Input {
637
638
public get value(): string | undefined {
639
if (this.renderedInputControlElement) {
640
- return this.refControl.value;
+ return this.refControl?.value;
641
}
642
else {
643
return undefined;
@@ -742,7 +742,7 @@ export class FluentUITimeInput extends Input {
742
743
744
745
746
747
748
0 commit comments