Skip to content

Commit 7d7e175

Browse files
timogasdajperals
authored andcommitted
chore: Add metadata for inlineLabelText in multiselect (#3759)
1 parent 47f6b53 commit 7d7e175

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)