-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EuiResizableContainer] Needs isCollapsed
option
#4736
Comments
isCollapsed
option
isCollapsed
optionisCollapsed
option
So there actually should be a way to handle this already since you can trigger the collapsed state from outside of the container. I took the last example and added a I'm not 100% sure this is the correct way, but it seems to work. @thompsongl Might have more info. |
The Edit: I think |
@cchaos I saw in the examples that using buttons we can manage to hide the panel. But, to keep it collapsed with the open icon it does not seem to work. It seems that the collapsed panel gets the width of In the code from sand box that I linked, if you changed the useEffect to:
It seems to work but with a glitch. @thompsongl I also think |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this issue due to lack of activity. Please comment if you feel this was done in error. |
Thanks for reopening! We came up with a use-case when a resizable container with the |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this issue due to lack of activity. Please comment if you feel this was done in error. |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
It will be nice to have a props like isCollapsed for Resizeable Panel. I have a page where I have a resizable component. But when I go from one page to another the resizeable panel goes back to its previous state. I can manage the size of the panels but not collapsible state.
The text was updated successfully, but these errors were encountered: