survey-angular-ui 2.5.12 → 2.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2332,7 +2332,7 @@
|
|
|
2332
2332
|
var control = this.inputElementRef.nativeElement;
|
|
2333
2333
|
var newValue = this.model.inputStringRendered;
|
|
2334
2334
|
if (!Survey.Helpers.isTwoValueEquals(newValue, control.value, false, true, false)) {
|
|
2335
|
-
control.value = this.
|
|
2335
|
+
control.value = this.dropdownModel.inputStringRendered || "";
|
|
2336
2336
|
}
|
|
2337
2337
|
}
|
|
2338
2338
|
};
|