Skip to content

Commit 36d71ad

Browse files
authored
chore: Add metadata for inlineLabelText in multiselect (#3759)
1 parent d76de1a commit 36d71ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/multiselect/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const Multiselect = React.forwardRef(
4242
enableSelectAll: restProps.enableSelectAll,
4343
},
4444
metadata: {
45+
hasInlineLabel: Boolean(restProps.inlineLabelText),
4546
hasDisabledReasons: options.some(option => Boolean(option.disabledReason)),
4647
},
4748
});

0 commit comments

Comments
 (0)