MultiSelect renderValue prop #6051
jacobwilson41
started this conversation in
Feature requests
Replies: 1 comment 4 replies
-
I'm using the Unless I'm missing something, I can't find a way to do this. Also the selected items displays the "value" of the option and I want it to display the "label" Screen.Recording.2024-04-06.at.1.01.39.PM.mov |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exactly like the
renderOption
prop but for when the option is selectedrenderOption
((item: ComboboxLikeRenderOptionInput<ComboboxItem>) => ReactNode)
renderValue
(new)((item: ComboboxLikeRenderOptionInput<ComboboxItem>) => ReactNode)
Beta Was this translation helpful? Give feedback.
All reactions