Skip to content

Commit

Permalink
110088: reset pagination on opening of dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Vannerum committed Jan 10, 2024
1 parent 74f1c61 commit 3a265bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 3a265bb

Please sign in to comment.