@openmrs/ngx-formentry 3.0.1-pre.112 → 3.0.1-pre.119
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.
|
@@ -9390,9 +9390,8 @@
|
|
|
9390
9390
|
return o !== option.value;
|
|
9391
9391
|
});
|
|
9392
9392
|
}
|
|
9393
|
-
|
|
9394
|
-
this.
|
|
9395
|
-
this.onChange(this.value);
|
|
9393
|
+
this._value = __spreadArray([], __read(this.selected));
|
|
9394
|
+
this.onChange(this._value);
|
|
9396
9395
|
};
|
|
9397
9396
|
return CheckboxControlComponent;
|
|
9398
9397
|
}());
|