Al-Mothafar Al-Hasan

Results 62 comments of Al-Mothafar Al-Hasan

Try this way: first import: ``` import { Event, Router, RoutesRecognized } from '@angular/router'; ``` then change your code: ``` constructor(private _router: Router) { console.log('Environment config', Config); } ngOnInit() {...

I'm working with auto-complete inside modal (https://github.com/shlomiassaf/ngx-modialog) and have no such error like this, may you please provide a plunker example, since bootstrap is something I imagine is easy to...

Have you tried to set `[tab-to-select]="false"` anyway I'm not sure what the problem, `accept-user-input` should be true if you want to get user input, isn't?

@coderundebug12 the title confused me so I thought he wants to accept even with "accept-user-input=true", sorry if was misunderstand, but your comment could be better instead of aggressive one. The...

Thanks for PR, actually I'm not sure if that's worth it to support IE that almost no more used it is just 2.44% usage, and unorm looks like outdated abandoned...

@itsashish-patel you may add pull request I think, thanks.

I don't think this is what "autocomplete" meant to do, I'm not really sure what do you mean by "exact". Anyways, have you tried to work with "Observable Source"?

I think you need to use `select-on-blur`

I'm not sure if I'm getting your problem correctly but I think you have the control for that. https://github.com/ng2-ui/auto-complete#attributes

Thank you very much, I appreciate solving this. If you can look at #307 and #292 as well, let me know what you think.