I’m using the MultiSelect component from Dash Mantine Component library.
I’ve read this and this pages but can’t figure out how to stop the component to increment it’s height when there are enought options selected that goes beyond the component’s width.
I want the MultiSelect to be fixed at 1 line so that the layout is not messed up.
Perhaps the image below can illustrate better my query
Thanks!