diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts b/src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts index 6c864f90b12..ce481351fd9 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts @@ -90,6 +90,7 @@ export class DsDynamicScrollableDropdownComponent extends DsDynamicVocabularyCom if (!this.model.readOnly) { this.group.markAsUntouched(); this.inputText = null; + this.updatePageInfo(this.model.maxOptions, 1); this.loadOptions(); sdRef.open(); }