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

fix: word counter position when text area have cols #18282

Merged

Conversation

riddhybansal
Copy link
Contributor

@riddhybansal riddhybansal commented Dec 27, 2024

Closes #16791

Word Counter is correctly placed with textarea element when user passes cols property

Changelog

Changed

  • fixed some styles

Testing / Reviewing

Pass cols prop in Textarea component
Keep changing the cols value , the word counter should not be fixed at corner out of textArea

Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit 3fba672
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/676ee5c77209620008a2e742
😎 Deploy Preview https://deploy-preview-18282--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 3fba672
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/676ee5c7aa0cb9000800a4af
😎 Deploy Preview https://deploy-preview-18282--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 3fba672
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/676ee5c73371d400087f4fe0
😎 Deploy Preview https://deploy-preview-18282--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.31%. Comparing base (05619d2) to head (3fba672).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18282   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files         404      404           
  Lines       14359    14359           
  Branches     4626     4660   +34     
=======================================
  Hits        12107    12107           
  Misses       2089     2089           
  Partials      163      163           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice fix! LGTM

@2nikhiltom 2nikhiltom enabled auto-merge January 3, 2025 10:49
@2nikhiltom 2nikhiltom added this pull request to the merge queue Jan 3, 2025
Merged via the queue into carbon-design-system:main with commit 853df59 Jan 3, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Word Counter appears outside of the textarea element when user passes cols property
4 participants