@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.
- package/esm2020/lib/modules/matomo/matomo.service.mjs +1 -1
- package/esm2020/lib/modules/search/input/input.component.mjs +2 -2
- package/fesm2015/ecodev-natural.mjs +1 -1
- package/fesm2015/ecodev-natural.mjs.map +1 -1
- package/fesm2020/ecodev-natural.mjs +1 -1
- package/fesm2020/ecodev-natural.mjs.map +1 -1
- package/lib/modules/matomo/matomo.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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) {
|