dnauck / angular-advanced-searchbox

A directive for AngularJS providing a advanced visual search box
http://dnauck.github.io/angular-advanced-searchbox/
MIT License
226 stars 98 forks source link

Suggested Parameter List gets hidden right away : Issue in chrome : #73

Open nitin-flogroup opened 8 years ago

nitin-flogroup commented 8 years ago

After Selecting Available search parameter suggested Values dropdown gets hidden right away in chrome.

In firefox works fine.

Please help me with this.

msoledad commented 7 years ago

It seems that I fixed by increasing the $timeout when enterEditMode addSearchParam from 100 to 200

 $timeout(function() { $scope.enterEditMode(undefined, newIndex); }, 200);

Please try it to see if works for you too