Leonardo Mendes

Results 6 comments of Leonardo Mendes

I also needed the scroll event, this was the solution I used. on .html ``` ``` and on .ts ``` constructor( @Inject(DOCUMENT) private document: Document, private renderer: Renderer2 ) {...

I'm trying to implement this library in my Angular 14 app today, and I encountered the same issue. This happens because [in this PR](https://github.com/VadimDez/ng2-pdf-viewer/pull/915/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519), the Angular version of the library...

You can use this config option: `inputMode: CurrencyMaskInputMode.NATURAL`. By dafault, this config is `CurrencyMaskInputMode.FINANCIAL`.

I had the same issue. I downgraded to version **v2.3.4** and the problem stopped happening.

> 2.3.4 I had the same issue. I downgraded to version v2.3.4 and the problem stopped happening. Thanks.