Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacCatalyst displays suggestions using UITableView all the way down #101

Open
MartyIX opened this issue Nov 6, 2023 · 0 comments
Open
Labels
bug Something isn't working F-AutoSuggestBox Feature: AutoSuggestBox control help wanted Extra attention is needed

Comments

@MartyIX
Copy link
Contributor

MartyIX commented Nov 6, 2023

Description

Steps to Reproduce

  1. Run code from https://github.com/MartyIX/MauiEx/tree/maccatalyst/UITableView-demo (master + one commit)
  2. Click the "Simple auto-completion" button
  3. Type "United" in the "Entry a country" box

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

  • Version with issue: 0bd4ddd
  • Last known good version: N/A

Screenshots

On Windows, I can see

image

and now when the suggestions are shown:

image

On MacCatalyst, I can see

image (Notice "This text is hidden on MacCatalyst")

and now when suggestions are shown:

image

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

@dotMorten dotMorten added bug Something isn't working help wanted Extra attention is needed F-AutoSuggestBox Feature: AutoSuggestBox control labels Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working F-AutoSuggestBox Feature: AutoSuggestBox control help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants