We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When clicking a TextField widget inside a WoltModalSheetPage the keyboard is not showing up. I also tried the official example: https://github.com/woltapp/wolt_modal_sheet/blob/main/playground_navigator2/lib/modal/pages/sheet_page_with_text_field.dart#L53 Just remove the autofocus and try to focus the TextField. You will see the keyboard tries to appear but gets somehow suppressed.
Keyboard should show up.
wolt_modal_sheet 0.4.0 latest Flutter release
The text was updated successfully, but these errors were encountered:
We will fix this today with a hotfix release.
Sorry, something went wrong.
Should be fixed with 0.4.1
No branches or pull requests
Bug report
Describe the bug
When clicking a TextField widget inside a WoltModalSheetPage the keyboard is not showing up.
I also tried the official example: https://github.com/woltapp/wolt_modal_sheet/blob/main/playground_navigator2/lib/modal/pages/sheet_page_with_text_field.dart#L53
Just remove the autofocus and try to focus the TextField. You will see the keyboard tries to appear but gets somehow suppressed.
Expected behavior
Keyboard should show up.
Additional context
wolt_modal_sheet 0.4.0
latest Flutter release
The text was updated successfully, but these errors were encountered: