-
Notifications
You must be signed in to change notification settings - Fork 135
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
Opening all Panels from the beginning #91
Comments
Found it, thanks! |
@oodesign do you remember how you got this to work? I'm not having much luck. Edit: just found it! #93 / specific comment Edit: ...but I'm still not having much luck 🤷♂️ |
Hi! Sorry, I don't remember and don't have access to that project anymore, so can't check the solution. Anyway, if that may be a number or an array, shouldn't it be something like activeKey: [ '2' , '3' , '4' ] ? In their own examples (in simple.js), if you try the following it works fine.
Hope it helps! |
Hey! Thanks so much for your reply! That was definitely the problem, haha, I appreciate it! |
Hi!
Is there any way to have all panels as active?
I've seen defaultActiveKey and activeKey may be arrays, but not getting it to work...
Thanks!
The text was updated successfully, but these errors were encountered: