victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
564 stars 42 forks source link

When editing transactions, the tags suggestion list is not shown after first tag entry #340

Open davidclemens opened 1 month ago

davidclemens commented 1 month ago

Describe the bug When editing transacions, the tags suggestion list is not shown anymore after first tag entry.

To Reproduce

  1. Tap on a transaction to edit it.
  2. Start typing an existing tag name in the Tags input field.
  3. Tap on the suggestion for the existing tag to add the tag.
  4. Start typing a second existing tag name in the Tags input field.
  5. Notice that no suggestions are shown anymore.

Expected behavior The suggestions list should be shown again for each new entry.

Screenshots

Smartphone (please complete the following information):

Additional context When you tap on another input field and then tap on the tags field again, the suggestion list is shown again, but that should not be required.

Thanks for your great app!!

victorbalssa commented 1 month ago

Hey @davidclemens you need to unselect that field and reselect it after to see the list 👌🏻

davidclemens commented 1 month ago

Thanks for your swift reply.

Yes, I'm aware of that "workaround".

However, when I try to add multiple tags, this is very cumbersome. In my mind, it'd be easier and faster to start typing the first tag, the suggestions are shown, selecting the desired existing tag from the list by tapping on it (or even taping return to select the first suggestion), then start typing the second tag, which again causes the suggestions to be shown, etc.

I hope that makes sense!?