UI: Fixed entity key autocomplete on filter change
This commit is contained in:
parent
6b5e339921
commit
a813cf403e
@ -133,6 +133,7 @@ export class EntityKeyAutocompleteComponent implements ControlValueAccessor, Val
|
||||
|
||||
if (filterChanged || keyScopeChanged || keyTypeChanged) {
|
||||
this.keyControl.setValue('', {emitEvent: false});
|
||||
this.cachedResult = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user