@ecodev/natural 42.2.0 → 42.3.2

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.
@@ -6687,7 +6687,7 @@ class NaturalInputComponent {
6687
6687
  };
6688
6688
  const injectorTokens = this.createProviders(data);
6689
6689
  const component = dropdownFacet.component;
6690
- this.dropdownRef = this.dropdownService.open(component, this.element, injectorTokens, dropdownFacet.showValidateButton || false);
6690
+ this.dropdownRef = this.dropdownService.open(component, this.element, injectorTokens, dropdownFacet.showValidateButton !== undefined ? dropdownFacet.showValidateButton : true);
6691
6691
  this.dropdownRef.closed.subscribe(result => {
6692
6692
  this.dropdownRef = null;
6693
6693
  if (result !== undefined) {