-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Loading indicator svg for batch actions #7459
Comments
are you able to use the InlineLoading component for this use case? can you create a reduced test case in Code Sandbox for easier testing and debugging? |
The InlineLoading component seems to use the same svg so I doubt it will help. I will try to make a reduced test case soon. |
@kglickman just wanted to follow up here on a potential sandbox to test this - thank you. :) |
I'm totally swamped right now. It will have to wait a few weeks. |
This seems to be fixed in carbon-components-react: 7.28.2. I had originally experienced it in 7.23.2. |
thanks for the update, it may have been resolved in #7447 |
Summary
Batch actions in the grid often take a few seconds. I'd like a good way to indicate this. If a put a Loading indicator above or below the grid, there is bounce in the UI when the action completes. Instead, I'd like to show the loading indicator in the batch action toolbar.
I tried doing this and it basically does what I want, but the svg doesn't render nicely on the blue background.
The text was updated successfully, but these errors were encountered: