-
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
[Bug]: Fluid TextInput does not show a background in readonly mode #18152
Comments
@alina-jacob It seems that the image you gave me came from the Default mode of TextInput. My issue was related to the TextInput in Fluid mode. The document says the intended design has an gray background: |
And it seems that the image(the "Expected" one) I included in the issue was a wrong one. Sorry about that. It's now replaced with the correct image. |
Oh yes sorry about the default fluid bit. Just for reference, here's a Stackblitz of both, one with error and one without error. |
Package
@carbon/react
Browser
Firefox
Package version
v1.71.0
React version
18.3.0
Description
According to the design document,
TextInput
in Fluid style should have a background color in readonly mode. But when I try it with@carbon/react
package, it shows a transparent background instead.Expected:
Actual:
Reproduction/example
https://stackblitz.com/edit/github-jqvw5p?file=src%2FApp.jsx
Steps to reproduce
Use the stackblitz link provided and render the
App.jsx
file.Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: