Et2LinkEntry: If the app is changed, clear previous search results and focus the search field

This commit is contained in:
nathan 2022-09-07 08:42:04 -06:00
parent 151df0f76b
commit 0fb1f32152

View File

@ -261,6 +261,8 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(ValidateMixin(
{
this._searchNode.app = this._appNode.value;
this._searchNode.value = "";
this._searchNode.clearSearch();
this._searchNode.focus();
}
/**