UI: Fixed entity key autocomplete on filter change

This commit is contained in:
ArtemDzhereleiko 2025-10-03 18:02:58 +03:00
parent 6b5e339921
commit a813cf403e

View File

@ -133,6 +133,7 @@ export class EntityKeyAutocompleteComponent implements ControlValueAccessor, Val
if (filterChanged || keyScopeChanged || keyTypeChanged) {
this.keyControl.setValue('', {emitEvent: false});
this.cachedResult = null;
}
}