[Button] Disabled loading button text is sometimes transparent #26833
Labels
bug 🐛
Something doesn't work
component: button
This is the name of the generic UI component, not the React module!
Loading button label/text is transparent in disabled mode.
Current Behavior 😯
In lab version 5.0.0-alpha.37, the LoadingButton's label is shown transparent when
disabled={true}
. This seems to only be the case when there are nostartIcon
orendIcon
specified in the component.Expected Behavior 🤔
The label should be visible by default.
Steps to Reproduce 🕹
https://codesandbox.io/s/loadingbuttonstransition-material-demo-forked-xjdo0?file=/demo.tsx
Your Environment 🌎
Version:
The text was updated successfully, but these errors were encountered: