We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6190e69 commit 7182b28Copy full SHA for 7182b28
src/scripts/Picklist.tsx
@@ -489,7 +489,7 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
489
const selectedItemLabel = useMemo(() => {
490
// many items selected
491
if (values.length > 1) {
492
- return `${values.length} ${optionsSelectedText}`;
+ return optionsSelectedText;
493
}
494
495
// one item
0 commit comments