@decaf-ts/for-angular 0.1.48 → 0.1.49
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.
|
@@ -7966,7 +7966,7 @@ let CrudFieldComponent = class CrudFieldComponent extends NgxFormFieldDirective
|
|
|
7966
7966
|
this.options = dataMapper(this.options, this.optionsMapper);
|
|
7967
7967
|
}
|
|
7968
7968
|
}
|
|
7969
|
-
if (this.options.length >
|
|
7969
|
+
if (this.options.length > 10 && this.interface === SelectFieldInterfaces.POPOVER)
|
|
7970
7970
|
this.interface = SelectFieldInterfaces.MODAL;
|
|
7971
7971
|
const translateOptions = this.options.map(async (option) => {
|
|
7972
7972
|
const text = !this.translatable
|