diff --git a/utils/entitiesAutoComplete/entitiesAutoComplete.component.ts b/utils/entitiesAutoComplete/entitiesAutoComplete.component.ts
index 81032b0d..b28eb483 100644
--- a/utils/entitiesAutoComplete/entitiesAutoComplete.component.ts
+++ b/utils/entitiesAutoComplete/entitiesAutoComplete.component.ts
@@ -32,15 +32,15 @@ import {StringUtils} from "../string-utils.class";
-
- Loading.....
- 0" class="uk-alert uk-alert-warning" data-uk-alert="">{{warningMessage}}
+ Loading.....
+ 0" class="uk-padding-small uk-text-warning">{{warningMessage}}
-
{{showItem(item)}}
- No results found
- An error occured
+ No results found
+ An error occured
diff --git a/utils/staticAutoComplete/staticAutoComplete.component.ts b/utils/staticAutoComplete/staticAutoComplete.component.ts
index 8f63c572..0c3527ed 100644
--- a/utils/staticAutoComplete/staticAutoComplete.component.ts
+++ b/utils/staticAutoComplete/staticAutoComplete.component.ts
@@ -27,9 +27,9 @@ import{EnvProperties} from '../../utils/properties/env-properties';
-
- Loading...
+ Loading...
- No results found
+ No results found
-
{{showItem(item)}}
@@ -106,6 +106,7 @@ export class StaticAutoCompleteComponent implements OnChanges{
} else {
this.handleError("Error getting vocabulary with id: "+this.vocabularyId+" for "+this.entityName);
this.warningMessage = "An Error occurred..."
+ this.showLoading = false;
}
}
);
@@ -120,6 +121,7 @@ export class StaticAutoCompleteComponent implements OnChanges{
//console.log(err);
this.handleError("Error getting results for refine field: "+this.fieldName+" for "+this.entityName, err);
this.warningMessage = "An Error occured..."
+ this.showLoading = false;
}
);
}else{