Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typeahead behavior to combo field #3089

Closed
bhousel opened this issue Apr 27, 2016 · 0 comments
Closed

Add typeahead behavior to combo field #3089

bhousel opened this issue Apr 27, 2016 · 0 comments

Comments

@bhousel
Copy link
Member

bhousel commented Apr 27, 2016

The raw tag editor key and value fields combos will fire multiple debounced taginfo queries as the user types. This is a nice way to narrow the user's search and show better autocompletion values.

I was surprised to find that the combo preset field doesn't do this - it just fetches 25 values one time. So I'm going to change combo.js to work more like raw_tag_editor.js.

BTW, this matters a lot because cuisine=barbecue is not in the top 25, and people shouldn't need to use the raw tag editor to add it. 🍖

(This enhancement will get rolled into #3080 but it is not directly related to the multiselection ui field)
re: https://github.com/openstreetmap/iD/issues#issuecomment-214876017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant