dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

Empty list #70

Closed woemike closed 4 years ago

woemike commented 4 years ago

Description

This problem occurs only on iOS. If a finite list of suggestions (for example 5) is provided, the whole screen will be filled, after those suggestions, with empty rows.

Steps to Reproduce

  1. Use nugget on iOS and provide a custom item source.

Basic Information

Screenshots

Simulator Screen Shot - iPhone 11 Pro - 2020-03-30 at 03 04 07

dotMorten commented 4 years ago

This is the behavior that iOS has for the selection list

dotMorten commented 4 years ago

Duplicate of #48

irfanrana44772 commented 4 years ago

hi doMorten, if you are using ListView for opening the dropdown then set empty footer like footer="" in list Xaml. I think your issue resolved with this query.