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
-
I am using the
Popover
element with a form and wanting to see how I could keep thePopover.Panel
in theHTML
when the popover isn't shown. The issue I have is when I close the popover, the inputs in the panel unmount from theDOM
so 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
HTML
in theDOM
.Beta Was this translation helpful? Give feedback.
All reactions