-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 boolean and checkbox inputs don't have focus states (re-add ripple) #7772
Fix boolean and checkbox inputs don't have focus states (re-add ripple) #7772
Conversation
@fzaninotto are you happy for me to update the MR to remove the I can also add a section to the documentation to explain that you can disable ripple to improve performance, but with the caveat that the user will need to reimplement the correct focus/active states (and other possible accessibility concerns) |
absolutely! |
@@ -307,6 +307,16 @@ const MyEdit = () => ( | |||
|
|||
### `<CloneButton>` | |||
|
|||
## Performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't sure whether to have this in the button or datagrid component docs, or to create a new top-level page specifically for performance. Happy to go with whatever you folks feel is most appropriate
friendly bump @fzaninotto |
Thanks! |
Fixes: #7771
https://user-images.githubusercontent.com/17087167/171428166-a9e90c03-c313-49a2-878f-3ac9114ab5dc.mov
https://user-images.githubusercontent.com/17087167/171428222-c88c5c02-646b-415b-b789-ccbaecaa57a2.mov