pjc-fields 0.0.46 → 0.0.47

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.
@@ -1603,6 +1603,7 @@ class PjcEnumFieldComponent {
1603
1603
  }
1604
1604
  writeValue(val) {
1605
1605
  this.value = val ?? null;
1606
+ this.cdr.markForCheck();
1606
1607
  }
1607
1608
  registerOnChange(fn) {
1608
1609
  this.onChange = fn;