@posiwise/shared-components 0.0.44 → 0.0.46

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.
@@ -505,7 +505,7 @@ class InputContainerComponent {
505
505
  this.control = this.controlContainer.control.get(this.name);
506
506
  if (this.control.validator) {
507
507
  const validator = this.control.validator({});
508
- if (validator && validator.required) {
508
+ if (validator && validator['required']) {
509
509
  this.required = true;
510
510
  }
511
511
  }