Limit Dash Mantine MultiSelect component height

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!

Hey @Danilo_BR !

I don’t think there is any convenient way how to do this. What are your expectations i.e. when user select 20 items, where would they go? The only way is to limit maximum number of items or work with a width but I believe that is not what you are looking for.

1 Like