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

Don't set display: none on elements that use hidden="until-found" #14625

Merged
merged 2 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Don't set display: none on elements that use hidden="until-found"

    Fixes an issue reported by the React Aria Components team here:
    
    adobe/react-spectrum#7160
    
    Basically `hidden="until-found"` behaves very differently than `hidden` and doesn't actually use `display: none`, so we don't want to apply the behavior we apply for the regular `hidden` attribute.
    adamwathan authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fc9db35 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. update changelog

    RobinMalfait committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2bc97a8 View commit details
    Browse the repository at this point in the history