mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-20 20:08:08 -05:00
[GH-ISSUE #2662] [Bug]: Hotkeys for bulk edit notes and category do not clear hotkey from input #7997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matt-fidd on GitHub (Apr 25, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2662
Verified issue does not already exist?
What happened?
When using the bulk edit hotkeys to edit notes or categories the input box opens containing the hotkey. E.g.. when I go to edit the category and press "c" the category autocomplete box is populated with a "c" already.
To replicate, select two or more transactions and press "c" to open the category autocomplete modal. It will already contain the "c" from the hotkey press. The same happens with the notes modal.
Where are you hosting Actual?
Self hosted
What browsers are you seeing the problem on?
At least Chromium-derived and Firefox
@shall0pass commented on GitHub (Apr 25, 2024):
I don't think this bug exists on the master branch. Could you verify on https://demo.actualbudget.org ?
@matt-fidd commented on GitHub (Apr 25, 2024):
You're correct, sorry about that! Thank you.