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

fix(toggleswitch): disable + checked state and deprecated html event replacement #987

Merged
merged 4 commits into from
Sep 24, 2023

Commits on Sep 24, 2023

  1. docs: add disabled+active toggleswitch example

    Ricardo Lüders authored and rluders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    e62e02d View commit details
    Browse the repository at this point in the history
  2. fix(toggleswitch): fix state and replace onkeypress with onkeyup

    This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated
    onKeyPress with onKeyDown
    
    fix themesberg#986
    Ricardo Lüders authored and rluders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    0076155 View commit details
    Browse the repository at this point in the history
  3. fix(toggleswitch): remove unused event

    Ricardo Lüders authored and rluders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    44f458d View commit details
    Browse the repository at this point in the history
  4. refactor(toggleswitch): remove dead code

    Ricardo Lüders authored and rluders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3f879e7 View commit details
    Browse the repository at this point in the history