mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-1238] Search debounce click issue fix and minor style clean (#2361)
* fix search issues no result table not shown minor issues style button * fix issue animation search input field debouncing toggle search * fix test search remove expandable probeprties * remove test expand * ripristinate expandable properties * fix test
This commit is contained in:
committed by
Denys Vuika
parent
fbaf901462
commit
62f6ca0d08
@@ -123,7 +123,7 @@ export class SearchAutocompleteComponent implements OnChanges {
|
||||
results => {
|
||||
this.results = results.list.entries.slice(0, this.maxResults);
|
||||
|
||||
if (results && results.list && results.list.entries.length > 0) {
|
||||
if (results && results.list) {
|
||||
this.startAnimation();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user