mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
110088: reset pagination on opening of dropdown
This commit is contained in:
@@ -90,6 +90,7 @@ export class DsDynamicScrollableDropdownComponent extends DsDynamicVocabularyCom
|
|||||||
if (!this.model.readOnly) {
|
if (!this.model.readOnly) {
|
||||||
this.group.markAsUntouched();
|
this.group.markAsUntouched();
|
||||||
this.inputText = null;
|
this.inputText = null;
|
||||||
|
this.updatePageInfo(this.model.maxOptions, 1);
|
||||||
this.loadOptions();
|
this.loadOptions();
|
||||||
sdRef.open();
|
sdRef.open();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user