110088: reset pagination on opening of dropdown

This commit is contained in:
Jens Vannerum
2024-01-10 11:03:36 +01:00
parent 74f1c613f6
commit 3a265bb0e7

View File

@@ -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();
}