What ionic widget is appropriate one for listbox with multi select?

Thanks for the great framework. Still learning, but getting there slowly.

While migrating our existing app, I need to create the listbox (select with options and multiple).

However, when I do that, I run into two issues.

  1. The listbox is not visible in android. When I click the listbox, the options are visible, but not shown in android.
  2. I can’t select them in the desktop browser, for some reason. I can see the full list, but they are not selectable.

Is there a solution to this? If not, what widget do I need to use for this type?

I need to have a pre-defined listbox with certain fixed height and items in the listbox has to be fit in the box witht he scrollable content.

Thanks.