Skip to content

Commit 3a265bb

Browse files
author
Jens Vannerum
committed
110088: reset pagination on opening of dropdown
1 parent 74f1c61 commit 3a265bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class DsDynamicScrollableDropdownComponent extends DsDynamicVocabularyCom
9090
if (!this.model.readOnly) {
9191
this.group.markAsUntouched();
9292
this.inputText = null;
93+
this.updatePageInfo(this.model.maxOptions, 1);
9394
this.loadOptions();
9495
sdRef.open();
9596
}

0 commit comments

Comments
 (0)