mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
Et2LinkEntry: If the app is changed, clear previous search results and focus the search field
This commit is contained in:
parent
151df0f76b
commit
0fb1f32152
@ -261,6 +261,8 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(ValidateMixin(
|
|||||||
{
|
{
|
||||||
this._searchNode.app = this._appNode.value;
|
this._searchNode.app = this._appNode.value;
|
||||||
this._searchNode.value = "";
|
this._searchNode.value = "";
|
||||||
|
this._searchNode.clearSearch();
|
||||||
|
this._searchNode.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user