chrv-components 1.11.93 → 1.11.94

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.
Binary file
@@ -1358,9 +1358,9 @@ class ChrSearchSelectComponent extends ChrBaseInputComponent {
1358
1358
  // We need to avoid setting it when the value is set to null because it would
1359
1359
  // Remove the user's input a few milliseconds after he starts typing to replace a value
1360
1360
  this.displayValueSubject.subscribe((v) => {
1361
- if (v !== null && v !== undefined) {
1362
- this.displayValue.set(v);
1363
- }
1361
+ //if (v !== null && v !== undefined) {
1362
+ this.displayValue.set(v);
1363
+ //}
1364
1364
  });
1365
1365
  // Value subject is not initially called with the default value or the set value of the formcontrol
1366
1366
  // this.displayValue.set(this.value());