We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Menu like Select or FilterableSelect stays open when the tab is changed
Menu should be closed when I change the tab
https://codesandbox.io/s/dazzling-roentgen-snkff?fontsize=14&hidenavigation=1&theme=dark
Set z-index for each tab content or reset components states on tab change (?)
I think workaround would be to handle the states of those components by setState method, by the programmer and not by Tabs component. However I do not see any method like onChange for Tabs component. https://github.com/Sage/carbon/blob/master/src/components/tabs/tabs.component.js
The text was updated successfully, but these errors were encountered:
Hi @konrazem - thanks for raising this. To fix it you can simply add the disablePortal prop to FilterableSelect
disablePortal
FilterableSelect
This could also be a bug however, I would expect this select dropdown to close when it loses focus, I will add it to our backlog to look into
Sorry, something went wrong.
FE-3965
🎉 This issue has been resolved in version 68.18.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Current behaviour
Menu like Select or FilterableSelect stays open when the tab is changed
Expected behaviour
Menu should be closed when I change the tab
Reproducible example
https://codesandbox.io/s/dazzling-roentgen-snkff?fontsize=14&hidenavigation=1&theme=dark
Suggested solution(s)
Set z-index for each tab content or reset components states on tab change (?)
Additional context
I think workaround would be to handle the states of those components by setState method, by the programmer and not by Tabs component. However I do not see any method like onChange for Tabs component.
https://github.com/Sage/carbon/blob/master/src/components/tabs/tabs.component.js
Your environment
The text was updated successfully, but these errors were encountered: