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(ts): adds types to next/ListBoxTrigger next/ListBoxSelection tsx #17325

Merged

Conversation

2nikhiltom
Copy link
Contributor

@2nikhiltom 2nikhiltom commented Sep 4, 2024

Closes #17292

Adds TypeScript types to next/ListBoxTrigger , next/ListBoxSelection
convers index.js to index.ts

Changelog

New

Added interface ListBoxSelectionProps
Added interface ListBoxTriggerProps

Changed

converted .js fiels to .tsx

Testing / Reviewing

Make sure no typescript errors are flagged
Make your existing functionality of component are intact
Make sure ComboBox and Filterable multiSelect components works as expected

Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 68c706c
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/66d885f6f06f0c000851acba
😎 Deploy Preview https://deploy-preview-17325--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.

@2nikhiltom 2nikhiltom marked this pull request as ready for review September 4, 2024 16:10
@2nikhiltom 2nikhiltom requested a review from a team as a code owner September 4, 2024 16:10
@2nikhiltom 2nikhiltom requested a review from guidari September 4, 2024 16:11
Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 68c706c
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/66d885f69e9dc20008521605
😎 Deploy Preview https://deploy-preview-17325--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
Contributor

@guidari guidari left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@riddhybansal riddhybansal left a comment

Choose a reason for hiding this comment

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

Cool Cool Cool

@riddhybansal riddhybansal added this pull request to the merge queue Sep 7, 2024
Merged via the queue into carbon-design-system:main with commit 71c9596 Sep 7, 2024
23 checks passed
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.

Add TypeScript types to next/ListBoxTrigger next/ListBoxSelection
4 participants