@smartbit4all/ng-client 4.2.157 → 4.2.158
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/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +2 -2
- package/fesm2022/smartbit4all-ng-client.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.158.tgz +0 -0
- package/smartbit4all-ng-client-4.2.157.tgz +0 -0
|
@@ -7697,7 +7697,7 @@ class SmartformwidgetComponent {
|
|
|
7697
7697
|
this.addOnBlur = true;
|
|
7698
7698
|
this.separatorKeysCodes = [ENTER, COMMA];
|
|
7699
7699
|
this.emptySeparatorKeysCodes = [];
|
|
7700
|
-
this.dorpdownOpening =
|
|
7700
|
+
this.dorpdownOpening = true;
|
|
7701
7701
|
this.calendarOpening = false;
|
|
7702
7702
|
}
|
|
7703
7703
|
ngOnInit() {
|