Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nitin-flogroup opened this issue Nov 10, 2016 · 1 comment

Comments

@nitin-flogroup
Copy link

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

In firefox works fine.

Please help me with this.

@msoledad
Copy link

msoledad commented Sep 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants