diff --git a/components/lib/multiselect/MultiSelect.js b/components/lib/multiselect/MultiSelect.js index 1daa91423a..cfcf0f826e 100644 --- a/components/lib/multiselect/MultiSelect.js +++ b/components/lib/multiselect/MultiSelect.js @@ -894,6 +894,7 @@ export const MultiSelect = React.memo( } }; const label = getLabelByValue(val); + const labelKey = label + '_' + i; const iconProps = mergeProps( { key: i, @@ -913,14 +914,13 @@ export const MultiSelect = React.memo( const tokenLabelProps = mergeProps( { - key: label + i, className: cx('tokenLabel') }, ptm('tokenLabel', context) ); return ( -
+
{label} {icon}