Skip to content
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

Add callback to EuiAccordion #1860

Closed
nreese opened this issue Apr 19, 2019 · 0 comments · Fixed by #1974
Closed

Add callback to EuiAccordion #1860

nreese opened this issue Apr 19, 2019 · 0 comments · Fixed by #1974
Assignees

Comments

@nreese
Copy link
Contributor

nreese commented Apr 19, 2019

Example usage: Redux app wants to track if accordion is open/closed to perserve state between sessions. Redux open/close will be passed to accordion with initialIsOpen. There needs to be a callback method that gets triggered when accordion is open/closed so redux state can be updated to latest state. Callback should be called with parameter isOpen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants