dotMorten / MauiEx

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

iOS: Auto suggest list hides behind keyboard. #86

Open praveennachi60 opened 3 years ago

praveennachi60 commented 3 years ago

Description

I have create list, each item has 3 auto suggest box entry. While editing the entry in list item at the bottom of the screen, entry is scrolled up when keyboard raise. But suggestion list shown behind the keyboard it is not expected as in android. In android in this situation suggestion list starts from bottom so the suggestion list so visible and easy to select.

Steps to Reproduce

  1. Create a list and itemtemplate should be 3 set of auto suggestion box arranged in stacklayout.
  2. Try to edit bottom of the list item..see the behavior...view is scrolled when keyboard raise so Entry is visible but not the suggestion box.

Expected Behavior

Expected as in android, the Suggestion list starts from the bottom. I mean the suggestions list shows above the entry

Actual Behavior

Suggestion list hides behind the keyboard.

Basic Information

All are updated version.

Screenshots

Reproduction Link

lauditore commented 3 years ago

I have this same issue. Have you been able to solve it?