You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a list of item being pass to component FilterableMultiSelect as items 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).
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: