Skip to content

Fix invalid states across compnents#21857

Open
riddhybansal wants to merge 3 commits intocarbon-design-system:mainfrom
riddhybansal:invalid_states_across_compnents
Open

Fix invalid states across compnents#21857
riddhybansal wants to merge 3 commits intocarbon-design-system:mainfrom
riddhybansal:invalid_states_across_compnents

Conversation

@riddhybansal
Copy link
Contributor

@riddhybansal riddhybansal commented Mar 18, 2026

Closes #19983

Fixed invalid and warn states for inline dropdown and multiselect for both react and webcomponents.
Fix some incosistency of error and warn text for some components.

Changelog

Changed

  • Fixed invalid and warn states for inline dropdown and multiselect for both react and webcomponents.
    Fix some incosistency of error and warn text for some components.

Testing / Reviewing

Go through the below components and test invalid states, it should look like design spec for both default and inline states in both web-components and react.

  • Dropdown
  • ComboBox
  • Multiselect
  • Datepicker
  • Timepicker

PR Checklist

As the author of this PR, before marking ready for review, confirm you:

  • Reviewed every line of the diff
  • Updated documentation and storybook examples
  • Wrote passing tests that cover this change
  • Addressed any impact on accessibility (a11y)
  • Tested for cross-browser consistency
  • Validated that this code is ready for review and status checks should pass

More details can be found in the pull request guide

@riddhybansal riddhybansal requested a review from a team as a code owner March 18, 2026 11:46
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 562bbab
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-react/deploys/69ba909a3bff3b00073874c4
😎 Deploy Preview https://deploy-preview-21857--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 project configuration.

@netlify
Copy link

netlify bot commented Mar 18, 2026

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

Name Link
🔨 Latest commit 562bbab
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-web-components/deploys/69ba909aaff94d00072e911a
😎 Deploy Preview https://deploy-preview-21857--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 project configuration.

@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.39%. Comparing base (5c4dd5b) to head (915cc22).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21857      +/-   ##
==========================================
- Coverage   94.39%   94.39%   -0.01%     
==========================================
  Files         536      536              
  Lines       43679    43679              
  Branches     6278     6244      -34     
==========================================
- Hits        41232    41231       -1     
- Misses       2308     2309       +1     
  Partials      139      139              
Flag Coverage Δ
main-packages 87.84% <100.00%> (ø)
web-components 97.80% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 915cc22
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-react/deploys/69ba90b70c110f0008c677b8
😎 Deploy Preview https://deploy-preview-21857--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 project configuration.

@netlify
Copy link

netlify bot commented Mar 18, 2026

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

Name Link
🔨 Latest commit 915cc22
🔍 Latest deploy log https://app.netlify.com/projects/v11-carbon-web-components/deploys/69ba90b70dd36e0009c4b215
😎 Deploy Preview https://deploy-preview-21857--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 project configuration.

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] invalid and warning state messages are not appearing for some components

1 participant