flutter_dropdown_below
flutter_dropdown_below copied to clipboard
Cannot show dropdown when Keyboard is showing
if a textfiled is being focused (soft keyboard is showing) and then I click to dropdown buton, the dropdown won't show up.
Yeah, same issue here. I think this is because keyboard dismiss will trigger didChangeMetrics in _DropdownBelowState
@override
void didChangeMetrics() {
_removeDropdownRoute();
}
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.
Any fix on this would be great!
@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