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

Ensure controlled Tabs don't change automagically #1680

Merged
merged 2 commits into from Jul 15, 2022
Merged

Commits on Jul 15, 2022

  1. fix controlled tabs should not switch tabs

    When the `Tabs` component is used ina a controlled way, then clicking on
    a tab should call the `onChange` callback, but it should not change the
    actual tab internally.
    RobinMalfait committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b6e5172 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d831521 View commit details
    Browse the repository at this point in the history