-
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
feat(Multiselect): add itemToElement to Multiselect #9559
feat(Multiselect): add itemToElement to Multiselect #9559
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: f88af0c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/612e521e5813d60007242495 😎 Browse the preview: https://deploy-preview-9559--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: f88af0c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/612e521e5813d6000724248d 😎 Browse the preview: https://deploy-preview-9559--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: ddedc83 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/612cc781d83b71000818e430 😎 Browse the preview: https://deploy-preview-9559--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 9c71d84 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/612ccc295b02a200076c2bd5 😎 Browse the preview: https://deploy-preview-9559--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: f88af0c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/612e521e4f002e00075c2a17 😎 Browse the preview: https://deploy-preview-9559--carbon-components-react.netlify.app |
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.
pending Josh's question, looks good :)
8e61993
to
bff08f4
Compare
Closes #9557
Adds in
itemToElement
support toMultiselect
so that it functions similarly toDropdown
andCombobox
Changelog
New
itemToElement
prop added toMultiselect
andFilterableMultiselect
Changed
Testing / Reviewing
Go to the
Item To Element
story underMultiSelect
and ensure the component renders as expected and is still searchable.