-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
ToggleSwitch checked={true} disabled={true} not visible #986
Comments
This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated onKeyPress with onKeyUp BREAKING CHANGE: onKeyPress is deprecated. Please, use onKeyUp instead. fix themesberg#986
This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated onKeyPress with onKeyUp fix themesberg#986
This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated onKeyPress with onKeyDown fix themesberg#986
This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated onKeyPress with onKeyDown fix themesberg#986
…replacement (#987) * docs: add disabled+active toggleswitch example * 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 #986 * fix(toggleswitch): remove unused event * refactor(toggleswitch): remove dead code
@rluders I have downloaded and tested 0.6.1 and the behaviour is still the same: the component is almost not visible when disabled and checked. |
Yes, you can... Open a new issue. :) |
@victorfunes are you using |
I am using my own theme, but testing with other colors the behaviour is the same. My theme:
My code:
|
It was #925 and it seems to be closed. |
I'm trying to replicate this, but it still working for me. 🤔 |
I'm reopening this one, just to remember that would be nice to have someone else testing it. |
…replacement (themesberg#987) * docs: add disabled+active toggleswitch example * 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 * fix(toggleswitch): remove unused event * refactor(toggleswitch): remove dead code
Steps to reproduce
Current behavior
cheked and disabled
not checked and disabled:
Expected behavior
It should be visible showing its status as checked.
The text was updated successfully, but these errors were encountered: