MacCatalyst displays suggestions using UITableView
all the way down
#101
Labels
bug
Something isn't working
F-AutoSuggestBox
Feature: AutoSuggestBox control
help wanted
Extra attention is needed
Description
Steps to Reproduce
Expected Behavior
The
UITableView
showing suggestions should be capped to the number of found suggestions. So it should have the height to accomodate two suggestions and it should not be anchored to the bottom of the window.Actual Behavior
UITableView
cover the area to the bottom of the window. It does not take into account number of suggestions.Basic Information
Screenshots
On Windows, I can see
and now when the suggestions are shown:
On MacCatalyst, I can see
(Notice "This text is hidden on MacCatalyst")and now when suggestions are shown:
so the text "This text is hidden on MacCatalyst" is hidden. In this sample, it looks sort of OK but in my real project it looks ugly.
Reproduction Link
https://github.com/MartyIX/MauiEx/tree/maccatalyst/UITableView-demo
The text was updated successfully, but these errors were encountered: