-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
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
[Bug] Focus is not properly handled #607
Comments
Also reproducible on |
For me it is working when wrapping the TypeAheadFields with a Row instead of a Column...really weird. Any updates to that? Edit:
Hope it works for you too @tddang-linagora |
@tobiasbentin Thank you, it works now. Before closing this issue, it'll be best if either:
|
The problem with FocusTraversalGroup(
policy: WidgetOrderTraversalPolicy(),
child: ...
) When wrapping the TypeAhead widget in a LayoutBuilder, the traversal order gets very weird. |
Duplicate of #579 |
Steps to reproduce
Expected results
Either
Actual results
The Focus gets stuck somewhere in between and returns to the first TextField.
Package Version
5.2.0
Platform
Web
Code sample
Code sample
Logs
No response
Screenshots or Video
Screenshots / Video demonstration
Screen.Recording.2024-10-21.at.15.27.49.mov
The text was updated successfully, but these errors were encountered: