survey-angular-ui 1.9.97 → 1.9.98

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.
@@ -1934,7 +1934,7 @@
1934
1934
  if (!!((_a = this.inputElementRef) === null || _a === void 0 ? void 0 : _a.nativeElement)) {
1935
1935
  var control = this.inputElementRef.nativeElement;
1936
1936
  var newValue = this.model.inputStringRendered;
1937
- if (!Survey.Helpers.isTwoValueEquals(newValue, control.value)) {
1937
+ if (!Survey.Helpers.isTwoValueEquals(newValue, control.value, false, true)) {
1938
1938
  control.value = this.model.inputStringRendered || "";
1939
1939
  }
1940
1940
  }