Skip to Content
0
Jan 11, 2023 at 10:59 AM

Reduce height of combo box drop down

119 Views

Hi all, we are using the component sap.m.combobox to display a list of data but the dropdown that is getting rendered, the height of the dropdown goes down till the end of the screen.

How can we reduce the height of the dropdown without using CSS?

And also there is a method onBeforeRenderingPicker in combobox methods, is there any sample implementation on how to use this method in the controller?