jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 355 forks source link

Feature Request -> Navigating within Tag-Field with keyboard #403

Closed andbez closed 3 years ago

andbez commented 3 years ago

Environment: paperless-ng (Docker latest, 0.9.14)

Currently it is not possible to navigate within the Tag-Field in Document-Edit-Mode with the keyboard. Only backward-delete is possible.

So, if i want to delete the first of several set tags in this field i have to use the mouse (or delete all tags and set the wanted tags).

Better is navigating by cursor-keys (left/right) to jump between the tags and then delete the tag with backward-delete. See example attached. Try to delete the first tag #inbox# with the keyboard only :D

Bildschirmfoto 2021-01-21 um 17 34 37
shamoon commented 3 years ago

TBH this sounds like "harder than it sounds" for a small gain but more importantly those dropdowns are from another Angular library and adding support for this on top of their component is at least messy if not impossible. If you'd like to see this perhaps better to submit a PR or open an issue there: https://github.com/ng-select/ng-select

jonaswinkler commented 3 years ago

TBH this sounds like "harder than it sounds" for a small gain but more importantly those dropdowns are from another Angular library and adding support for this on top of their component is at least messy if not impossible. If you'd like to see this perhaps better to submit a PR or open an issue there: https://github.com/ng-select/ng-select

This.