flutter_dropdown_below icon indicating copy to clipboard operation
flutter_dropdown_below copied to clipboard

Cannot show dropdown when Keyboard is showing

Open fanliv opened this issue 3 years ago • 4 comments

if a textfiled is being focused (soft keyboard is showing) and then I click to dropdown buton, the dropdown won't show up.

fanliv avatar Aug 09 '21 11:08 fanliv

Yeah, same issue here. I think this is because keyboard dismiss will trigger didChangeMetrics in _DropdownBelowState

@override
  void didChangeMetrics() {
    _removeDropdownRoute();
  }

ultralcc avatar Aug 16 '21 02:08 ultralcc

Hi, @fanliv, @ultralcc . Sorry for late. Nowadays I'm not use flutter for my main stack. So, maybe it will late to fix this bug. If you can fix and commit, I'll accept your code and register on contributor. Thx.

whatamelon avatar Aug 16 '21 14:08 whatamelon

Any fix on this would be great!

churchnotesapp avatar Oct 28 '21 00:10 churchnotesapp

@fanliv , @ultralcc , @churchnotesapp Appreciate waiting for me. I was late to solving critical issue. Now this issue solved by 1.0.1 ver . So, you can test and if you think problem is solving, you can close issue XD

whatamelon avatar Nov 08 '21 13:11 whatamelon