When typing a preset name, you can press Enter to accept the top one. It would be convenient to be able to select a different one with the arrow keys.

Pressing โ in this case should highlight Huishoudelijkeapparatuurwinkel, pressing again should go to the one below...
Yeah this and also #3047 kind of go together - would be great to fix this ๐
Happy to take this one [and related] on. Not sure I completely understand the related referenced issue though.
Also, should the arrow key navigation replace the tab and shift+tab navigation through the results, or complement it?
Happy to take this one [and related] on. Not sure I completely understand the related referenced issue though.
Also, should the arrow key navigation replace the tab and shift+tab navigation through the results, or complement it?
I think when the preset list is visible, ideally it should work like:

Hey @leegenes just checking in - are you working on this issue?
I will work on this if no one else does.
Sure @shadeofgreene, go for it!
Sorry about that. Been away from the computer for a few weeks unexpectedly. Thanks, for taking it, @shadeofgreene
No problem, let me take a look at it.
What's the progress for this issue? Is there something to do?
What's the progress for this issue? Is there something to do?
Looks like nobody is working on it currently, you can give it a shot @MaciejWWojcik
ok, so I can start coding from master branch?
ok, so I can start coding from master branch?
A good way to stay organized is to do this (you might have done some of these steps already?):
Fork your own iD, and make it easy to keep it in sync with ours..
git clone [email protected]:MaciejWWojcik/iD.gitorigin. You can also add our repo as an "upstream" remote:git remote add upstream [email protected]:openstreetmap/iD.gitmaster. This will be a branch that you just keep in sync with the main iD repo.Do these steps sometimes, before you want to work on stuff..
master branch:git checkout mastermaster with whatever is in our master:git fetch --all && git reset --hard upstream/masterChanges go into your own iD, but pull requests go back to ours.
master branch:git checkout mastergit checkout -b <branch-name>git add <files> , git commit .. repeat ๐as needed..git push originI think that's it! Ping me on Slack if you want to chat about any of this....
Also happy to help with questions, too, if bhousel is busy. Just didn't have the time to work on it a while back.
Thanks so much for the answer :) It's very clear for me what to do now. So I'm getting to work
@bhousel You wrote a great introduction to use git to create a pull request for iD. I would like to see this in CONTRIBUTING.md in the last section "Submitting Changes" (I have to find a better name).
Instructions to delete your branch after the merge should also be available:
$ git push --delete origin
$ git branch -d
Do you want me to create a PR?
Do you want me to create a PR?
Yes please! I'm always happy to merge in improvements to the documentation ๐
@bhousel PR #5241 added.
@MaciejWWojcik Do you still plan to work on that issue?
@manfredbrandl not really at this moment
Most helpful comment
I think when the preset list is visible, ideally it should work like: