Vitalii Tiunisov
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...
any progress on this ?
same here, 5.1.0-beta.2 and I still get: 
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...