-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(typescript): convert Dropdown and dependencies to TypeScript #13022
refactor(typescript): convert Dropdown and dependencies to TypeScript #13022
Conversation
DCO Assistant Lite bot All contributors have signed the DCO. |
1ed409a
to
868f5af
Compare
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
I have read the DCO document and I hereby sign the DCO. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-components-react ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this PR up! This is looking good, just some change requests and a couple questions.
260171d
to
451fea4
Compare
6535663
to
b5eabae
Compare
@francinelucca I fixed the formatting failure. Looks like I also accidentally removed @tay1orjones from the reviewers list... |
Did that happen when you re-requested review? I had a similar thing happen and I'm almost sure I didn't remove the second reviewer myself. |
@jpsorensen yes, that's what I did and that's what's happened. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you! 🏆
Closes #12542
Closes #13048
Convert React Dropdown component and the dependencies (FluidForm and ListBox) to add TypeScript support.
Changelog
Changed
Testing / Reviewing
The Dropdown component imports for the storybook should be valid and rendering. In a TypeScript environment, you should be able to import and reference the Dropdown component and its typings (DropdownProps, OnChangeData).