mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This disables the arrow key focus navigation for text fields. This was non-standard behavior for text fields, although it remains useful for other kinds of controls. Fixes #42259