Skip to content
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(textarea): remove redundant props #6735

Merged
merged 2 commits into from
May 24, 2024
Merged

feat(textarea): remove redundant props #6735

merged 2 commits into from
May 24, 2024

Conversation

nineteen88
Copy link
Contributor

@nineteen88 nineteen88 commented May 16, 2024

Proposed behaviour

BREAKING CHANGE: removed cols, size and tooltipMessage props from the TextArea
component as they were no longer doing anything

fix #6107

Current behaviour

Textarea has a some props that are redundant now and should be removed

Checklist

  • Commits follow our style guide
  • Related issues linked in commit messages if required
  • Unit tests added or updated if required
  • Playwright automation tests added or updated if required
  • Storybook added or updated if required
  • Typescript interfaces updated if required

QA

  • Tested in provided StackBlitz sandbox/Storybook
  • Add new Playwright test coverage if required
  • Carbon implementation matches Design System/designs
  • UI Tests GitHub check reviewed if required

Additional context

size, cols and tooltipMessage props have been removed so need to ensure there is no regression

BREAKING CHANGE: removed cols, size and tooltipMessage props from the TextArea
component as they were no longer doing anything

fix #6107
@Parsium Parsium self-requested a review May 22, 2024 10:55
@Parsium Parsium marked this pull request as ready for review May 22, 2024 11:09
@Parsium Parsium requested review from a team as code owners May 22, 2024 11:09
@nineteen88 nineteen88 merged commit bf4e9d0 into master May 24, 2024
21 checks passed
@nineteen88 nineteen88 deleted the FE-6009 branch May 24, 2024 10:27
@carbonci
Copy link
Collaborator

🎉 This PR is included in version 136.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Textarea props cols, size and tooltipMessage don't appear to have any effect
5 participants