-
Notifications
You must be signed in to change notification settings - Fork 311
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
feat: fluid state for text area #3012
feat: fluid state for text area #3012
Conversation
✅ Deploy Preview for carbon-components-angular ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Akshat Patel <[email protected]>
Signed-off-by: Akshat Patel <[email protected]>
Signed-off-by: Akshat Patel <[email protected]>
Removed |
🎉 This PR is included in version 5.42.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
HI @eduardmarcinco, In the process, I noticed that when changing the text area to a fluid variant in Storybook, the background of the label also changes. I just wanted to confirm— is this the intended behavior? |
hi @coreset , Also check it's source code at https://github.com/carbon-design-system/carbon Based on that you would know what classes to use in what scenarios. |
Closes #2891
A way of displaying skeleton was updated as now it needs to handle standard skeleton and fluid skeleton depending on the input property.