pdf-element
                                
                                 pdf-element copied to clipboard
                                
                                    pdf-element copied to clipboard
                            
                            
                            
                        pdf-element does not respond to `hidden` attribute
Hello
Thanks for the great work , I have noticed that the element does not respect the hidden attribute , any idea ?
does not work
<pdf-element hidden src="./example.pdf"></pdf-element>
thanks in advance
Hi!
Thanks! What do you mean by does not respect? I've just checked locally and it works. Also on the demo page you can add hidden attribute to the element and it will disappear: run this from Developer's Console:
document.getElementsByTagName('pdf-element')[0].setAttribute('hidden', true)
Could you please explain the problem in more details.
Cheers!