Multi select Dropdown selections visible #22606
-
Does anyone know how to make the selected options to show each on new line? My users are asking for it. |
Beta Was this translation helpful? Give feedback.
Answered by
micahgodbolt
Aug 26, 2022
Replies: 1 comment
-
The options are rendered as a single span with items seperated by commas, so there isn't a simple way to style them to look stacked. You can probably use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ofer-Gal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The options are rendered as a single span with items seperated by commas, so there isn't a simple way to style them to look stacked. You can probably use
onRenderTitle
to customize that content.