Keep the HTML in Popover when it isn't open #790
Unanswered
charklewis
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the
Popoverelement with a form and wanting to see how I could keep thePopover.Panelin theHTMLwhen the popover isn't shown. The issue I have is when I close the popover, the inputs in the panel unmount from theDOMso when the form is submitted they are missing.Understandably I could store the values of the inputs somewhere, but looking to see if I can just keep the
HTMLin theDOM.Beta Was this translation helpful? Give feedback.
All reactions