[Bug]: Empty String value unable to select in multi select dropdown(FilterableMultiSelect) component #18272
Open
2 tasks done
Labels
component: filterable-multiselect
role: dev 🤖
severity: 2
https://ibm.biz/carbon-severity
type: bug 🐛
Package
@carbon/react
Browser
Chrome, Firefox, Edge
Package version
v1.69.0
React version
v18.2.0
Description
When a list of item being pass to component
FilterableMultiSelect
asitems
props, unable to select empty string from list of item.Example of items:
const options = ['Item 1', 'Item 2', 'Item 3', ''];
unable to select last value(Empty string).Reproduction/example
https://stackblitz.com/edit/github-izkntc-uub7q4c1
Steps to reproduce
Create a list of string including
empty string ('')
and use componentFilterableMultiSelect
to render and try to select empty value string.Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: