mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
* Fix iOS keyboard suddenly hiding while editing budget amounts The react-aria-components Buttons calls the onHoverStart even if there is no fine pointing device attached to the client (iOS 26+), causing the amount input to loose its focus. This commits checks if there is any input with focus before auto focus the menu Container. * [autofix.ci] apply automated fixes * Fix menu aria pattern by making excluding menu buttons from tab order * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
109 B
109 B
category, authors
| category | authors | |
|---|---|---|
| Bugfix |
|
Fix iOS keyboard suddenly hiding while editing budget amounts