Is it possibly render modal content in dom straightaway?
Case: modal contain iframe with form. When modal open - iframe start loading. Every time on open modal iframe load again.
Is it possibly render modal in dom straightaway, so iframe load once, and then just show/hide element without remove from dom?
Hi @urffin You can store the iframe on a state, but then you will be responsible to eventually let the iframe go (dispose).
Hi @urffin You can store the iframe on a state, but then you will be responsible to eventually let the iframe go (dispose).
This not help with loading: main goal - show loaded iframe on open modal, but iframe not load until element not in dom, so iframe anyway load when it inserted