-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Usability: No ‘enter’ button on location search field #1668
Comments
Added mockup to description above Discussion on Slack was that these proposed changes (colorizing the search button and keeping it visible while entering text) would help the user interface part of the problem. However, there's also some weirdness when typing in a zip code and pressing return — sometimes the search returns empty, even though the zip code entered should be valid. Question: Does the user have to use one of the auto-completes to get a search result? If the user enters free-form text, does it get geolocated properly? |
So, what I have understood by far is that the issue at hand is the landing page lacks a visible "search" button, which goes against the common user interface (UI) pattern where users expect to see a button to submit their search queries. Instead, the current implementation requires users to press the "enter" key on their keyboard to initiate the search, but this behavior may not be intuitive, especially if the user selects an auto-complete suggestion. I can work on that, please assign it to me. Thanks |
I think there are three separate issues at play here:
It seems like even if we add a submit button,…
|
I don't know how to solve 2 and 3 issues. Any heads-up? |
@Sage-2001 — does adding the search button run into problems because #1692 causes the text entry to fail? |
@fancyham Adding the search button did not cause any issues, and it appears that the problem mentioned in #1692 is a separate bug. When attempting to enter a custom user input for an address, it seems that the application is not accepting any values unless they are selected from the dropdown autocomplete section. This behavior results in failed results for any address that is not chosen from the autocomplete options. Can you checkout my pull request by the way? Thanks |
Being addressed in this UI update |
Closing this issue as it has been superseded by the new design implementation. |
Overview
On search fields, there is usually an on-screen ‘search’ button that submits the text entry to the search engine. However, our landing page does not have this, so we are breaking with a popular UI pattern.
We basically require a user to press the ‘enter’ button on their on-screen keyboard to submit a text field — but this isn’t obvious, especially if the user selects an auto-complete item.
This happens on both desktop and mobile landing pages, but it’s worse on mobile since users may not know they have to hit the ‘enter’ key on their on-screen keyboard.
Discussion and possible Solution(s)
Suggest:
Quick mockup of current the suggested solution
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: