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

Expose disabled state on <Tab /> component #2918

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Commits on Jan 9, 2024

  1. expose disabled on <Tab/> component

    This will expose it such that you can use it with `ui-disabled`. In the
    Alpha version of React, you can also use `data-[disabled]` because it
    will be exposed as `data-disabled` over there as well.
    
    Fixes: #2864
    RobinMalfait committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    67672e6 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4801d16 View commit details
    Browse the repository at this point in the history