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

Improve internal demo mode #3143

Merged
merged 5 commits into from Apr 26, 2024
Merged

Improve internal demo mode #3143

merged 5 commits into from Apr 26, 2024

Commits on Apr 26, 2024

  1. improve demo mode for the Dialog component

    This still disabled `inert` and focus stealing code. But it does allow
    outside click.
    RobinMalfait committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    23c2d8d View commit details
    Browse the repository at this point in the history
  2. improve demo mode for the Combobox component

    Before this, once you start interacting with the `Combobox`, the options
    weren't properly scrolled into view.
    RobinMalfait committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    99f454c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a0107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dbfb0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b931f2 View commit details
    Browse the repository at this point in the history