Files
honeyDueKMP/iosApp
Trey T 23f4d70ac1
Android UI Tests / ui-tests (pull_request) Has been cancelled
fix: single keyboard Done toolbar on Complete Task (closes gitea#5)
The actualCost TextField and the notes TextEditor each had their own
`.keyboardDismissToolbar()` modifier, which installs a separate
`ToolbarItemGroup(placement: .keyboard)`. SwiftUI accumulates these
on the responder chain, so focusing any field rendered two "Done"
buttons stacked above the keyboard (issue screenshot in gitea#5).

Move the modifier up to the Form root so exactly one keyboard
toolbar is registered for the entire screen, matching the pattern
already used by `TaskFormView`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 12:58:19 -05:00
..
wip
2026-02-18 10:54:25 -06:00