Skip to content

Conversation

@Kalpana-chavhan
Copy link

@Kalpana-chavhan Kalpana-chavhan commented Jan 3, 2026

Description:

This PR updates the InputBox SCSS styles to ensure that textarea elements correctly inherit the disabled background color and cursor styles. It also adds unit tests to verify prop propagation.

Changes:

Updated InputBox.scss to apply $input-colors-disabled-background-color to textarea types.

Added cursor: not-allowed to the disabled state block.

Updated TextAreaInput.specs.tsx with new test cases for disabled and readOnly attributes.

closes #1817

@changeset-bot
Copy link

changeset-bot bot commented Jan 3, 2026

⚠️ No Changeset found

Latest commit: a3d63c6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Kalpana-chavhan
Copy link
Author

Hi Maintainers,
Just a gentle follow-up on this PR.
All checks are passing, please let me know if any changes are needed from my side.
Thanks! @KevLehman , @tassoevan , @ricardogarim , @dougfabris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: TextAreaInput missing visual feedback for disabled and readOnly states

1 participant