Mező István

Results 7 comments of Mező István

I have the same problem. Sometimes after resuming the `meta.cursor` does not set back to zero, instead it is some arbitrary number. Using version 4.3.5.

I've eventually given up on the conversion because it seemed like that it would only work after `ng eject`. I would probably look into the topic as this was a...

The FlatpickrOptions interface is unnecessary, should be removed and replaced with the BaseOptions interface from flatpickr.

This is only an issue with the directive - the component works fine.

Please post a reproduction of the issue so I can take a look - so far I have not encountered this problem.

We also experienced this issue after updating our Ionic 5 app to Ionic 6. We were able to modify the CSP header, but we are worried about the security risks....

In order to provide test coverage for these lines, we need to create unit tests like this: ``` it( 'could be instantiated', () => { let browserErrors = new BrowserErrors();...