Andrey S.

Results 28 comments of Andrey S.

Hi! Provide a source code of your component. Provide a pdf file. Check this: - Open dev tools in a separate window - Print pdf - Check quantity of elements...

Does it work right on a computer?

Where do you run a serve script from? Is it your project or the current repo master branch? Which browser and OS versions do you have?

Hi! Use: ```vue mounted() { const elem = document.getElementById("findInput"); elem && elem.setAttribute("autocomplete", "off"); } ``` I'll add this in a future release by default

Hi! Provide a pdf file please. Is it fine when you download it? Can you try in another browser?

Works fine in chrome, brave, firefox, IE on windows. Will check for linux. Can you provide source code?

@ferretwithaberet, how do you attach pdf file to a package? Is it an array buffer? Your issue may be related to #66

> I'm also with this bug and I think I can share part of my code. Also when I show the pdf inside a modal one page override the previous...