cancel
Showing results for 
Search instead for 
Did you mean: 

Display only the n first items from a ComboBox

former_member648579
Discoverer
0 Kudos
152

Hi fellow experts,

I'm new to sapui5 and i'm dealing with a combobox that is displaying 12 first items from 200, that affect the beauty of the design of my page. I would like to display only the 5 first items for example. I checked some proprieties of the combobox but nothing was interessant. Do you have an idea ? Thank you in advance.

You could check the screen to have more information about my case.

View Entire Topic
nabheetscn
Active Contributor

Hello SKANDER SERSI

SAPUI5 help suggests us in this case to use inputs rather than using combo box. Read this for more info

quoting help

When not to use:

  • You need to select between only two options. Use a switch control instead.
  • You need to select between up to 12 options. Use a select control instead.
  • You need to select between more than 200 options. Use a input control with value help instead.