Select inline height option has no effect

Hello,

I’m currently using Mobiscroll for React 5.27.1, and I have a simple inline multiple select that I want to show more than 7 rows.

However the height option doesn’t seem to do anything, and I wondered if this is a bug or if there is some other way to set the height of the component when display is inline?

<Select height={‘320px’} display=‘inline’ selectMultiple={true} theme=‘ios’ themeVariant=‘auto’ />

Thank you very much,
Seb

Hello @Sebastien_Pedley :wave:

For showing multiple rows, you need to use the rows option and not the heigh option.