@esfaenza/forms-and-validations 11.2.124 → 11.2.125
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.
- package/bundles/esfaenza-forms-and-validations.umd.js +1 -0
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/form-select/form-select.component.js +2 -1
- package/fesm2015/esfaenza-forms-and-validations.js +1 -0
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -3328,6 +3328,7 @@
|
|
|
3328
3328
|
if (!this.SourceFirstBind && this.SelectLabel) {
|
|
3329
3329
|
this.detatchPreviousAndRetatchNext(function (afterStuff) {
|
|
3330
3330
|
_this.BoundSource = null;
|
|
3331
|
+
_this.cdr.detectChanges();
|
|
3331
3332
|
setTimeout(function () {
|
|
3332
3333
|
var _a;
|
|
3333
3334
|
_this.tryBindSourceDisplay();
|