Tabs: support not resetting state of panel components on tab change #8832
mfulton26
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
|
I've added this to the backlog, I'll check if this behavior can be improved. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
1 reply
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 appreciate that
keepMountedis, by defaulttrue, and that components stay mounted, but when I return to a tab it mounts a new component.The docs even mention this will happen:
This might be desirable in some scenarios but if a tab panel contains an
<iframe>then each time it is revisted a new inline frame is loaded cuasing the embedded page to reload.This doesn't seem like it should be necessary and that change tabs should only change which panel is shown with the others hidden. Can support be added to not reset (re-mount) tab panel components on tab change please?
Beta Was this translation helpful? Give feedback.
All reactions