-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Misbehaviour while showing dynamic content in the collapsible #113
Comments
Hey @Ralcon could you be a bit clearer? I'm not sure what you're asking exactly |
Hi, i got the following problem: |
The target state should be:
=> Collapsibles should stay 'open' (collapse={false})! within the given example: |
@iRoachie : I am too facing the issue while showing dynamic controls in collapsible. Please see the video - https://hub.mangoapps.com/sf/MTAyNzA3XzEzODIxNzA |
Having the same issue. When i update a collapsible that is open, it renders nothing even if the collapsed props is at false. |
Maybe related to this I am facing: #137 |
This solves this issue: |
Just merged #147. Release will be out in a few mins. |
Released in v0.11.0 |
Hello! |
@dansanti I am still seeing issues when children inside |
PR #147 fix it, you have to manually apply the patch |
@dansanti It introduced flickering when my content changes height. Does that happen to you too? |
Hi,
i'm searching for a way, to do collapsibles the right thing!
Heres my example:
Dynamic content in collapsible
Heres my problem:
I would like to display some dynamic content in the collapsible. In this example, there will be some times displayed. Don't worry about the same times. I only would like to show some dynamic content.
First of all, the collapse property is set to false in the initial state of redux, but the collapsible is closed (collapsible=true?!?!).
The second misbehaviour is, when the collapsible is shown (collapse=false) and a timeout is set. Then the collapsible closes itself.
What am i doing wrong???
I would like to display some times in the collapsible, without having this misbehaviour of closing the collapsible itself.
Any suggestions?
The text was updated successfully, but these errors were encountered: