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?