Vitalii Tiunisov

Results 5 comments of Vitalii Tiunisov

Can confirm NgZone solution works with angular 5.2.9 ```typescript handleError(error: any): void { this.zone.run(() => this.pageBundle.toast.error("Error", error.message || error)); super.handleError(error); } ```

Same issue here, when I set closeByClickingOutside = true, all dropdowns became broken, I use primeng p-dropdown. Very strange behavior, first time click event fires and I can choose a...

same here, 5.1.0-beta.2 and I still get: ![image](https://user-images.githubusercontent.com/9821633/33278491-62903134-d3a4-11e7-8658-082ad9712e0b.png)

Guys, I have workaround, I have forked lib and refactored it to not use dynamic template creation, if you ok with template by default then you can use my fork...