intl_phone_number_input icon indicating copy to clipboard operation
intl_phone_number_input copied to clipboard

Added Padding to prevent BottomSheet from being overlapped by keyboard

Open Bringoff opened this issue 3 years ago • 0 comments

Example project has the bug with bottom sheet being overlapped by soft keyboard. This makes country search nearly impossible.

We had the same problem in our product, so I've fixed this by adding a bottom Padding based on viewInsets. This moves bottom sheet up when keyboard appears.

Bringoff avatar Oct 01 '21 08:10 Bringoff