bttb

Results 9 comments of bttb

+1 removing the blur event is not the solution, because then the sugestion list will not disappear once you click outside the input.

Any solution for this? We have the same problem...

it's definitely not fixed. Will try to investigate tomorrow. another problem I see is that on lazy load it first loads the first image, and then after you slide to...

PS: This is my first pull request. If I made something wrong or a pull request usually includes more info, please let me know.

Hope you can see this. New option autoPlayTransition with values 'slide' (default) and 'fade'. Try it in the demo that I changed, too. I removed "loadFirstSlide", but not 100% sure...

Sorry, for not replying earlier, but I was on holiday and am still too busy to investigate more on this. But to answer your last question: Yes, Bootstrap is installed.

I'm facing the same issue. A workaround might be to display a warning if 3rd party cookies are blocked. Is there a way to check this? EDIT; I found out...

It's just a workaround, but it looks like this: ``` this.socialAuthService.signIn(GoogleLoginProvider.PROVIDER_ID) .then(x => { //console.log('success', x) }, err => { this.dialogs.openMessageDialog( 'Google Login Failed', 'The Google Login failed. Please make...