Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

fix(DropdownInput): Do not display dropdown options under the keyboard #100

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

IsAvaible
Copy link
Contributor

@IsAvaible IsAvaible commented Jan 3, 2024

Die Dropdown Input Optionen sind bereits scrollable, aber nur innerhalb der max height des Optionen-Containers. Damit Nutzer den gesamten Optionen-Container sehen können, wenn mit dem Dropdown Input interagiert wird, wird der Input jetzt automatisch nach oben gescrollt.

image

Closes #97

@moverval
Copy link
Contributor

moverval commented Jan 4, 2024

Wenn ich eine Option auswähle steht diese nicht mehr im Formular :/

@moverval moverval self-assigned this Jan 4, 2024
@IsAvaible IsAvaible changed the title fix(DropdownInput): Scroll dropdown input to top on click fix(DropdownInput): Do not display dropdown options under the keyboard Jan 4, 2024
@IsAvaible
Copy link
Contributor Author

IsAvaible commented Jan 4, 2024

Habe einen neuen Commit gemacht, welcher das Dropdown Feld zu Flutter Typeahead migriert. Die Liste der Optionen passt sich jetzt automatisch an die verfügbare Größe zwischen Textbox und Keyboard an, sodass das automatische Scrollen des Feldes nicht mehr benötigt wird. @moverval

@moverval moverval merged commit a07b4a4 into develop Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown Input Options should be scrollable
2 participants