-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating Height with Dynamic Content #80
Comments
I'll take a look at this. Thanks for reporting the issue! |
Just to clarify what I mean, given two components that have different heights, when you conditionally render one or |
@opichon Do you need any help? |
You mean that you want to render the content of an accordion tab with 1 of 3 components. The 2 components have different heights. Is this correct? |
Can you share the code that you use? |
Nono, actually is like this. <Accordion>
<div v-if="isUserAuthenticated" style="height:200px;"> 200px </div>
<div v-else style="height:300px;"> 300px </div>
</Accordion> When |
Hi! Have you checked this out? |
Any updates? |
Hi! Me again haha. I found a bug that when you change the content inside the accordion, the height of it doesn't change, producing an overflow. Maybe you could expose the recompute height method or something like that?
The text was updated successfully, but these errors were encountered: