-
Notifications
You must be signed in to change notification settings - Fork 0
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
Search autosuggest improvements #11
Comments
filip-kopecky
added a commit
that referenced
this issue
Oct 26, 2021
Search icon now triggers search on click
filip-kopecky
added a commit
that referenced
this issue
Nov 2, 2021
When mouse leaves the search suggestions, the previously highlighted option is no longer highlighted and the text inside the input is considered to be active ("highlighted")
filip-kopecky
added a commit
that referenced
this issue
Nov 2, 2021
filip-kopecky
added a commit
that referenced
this issue
Nov 2, 2021
filip-kopecky
added a commit
that referenced
this issue
Nov 2, 2021
Click in the suggestion box wasn't registered correctly
filip-kopecky
added a commit
that referenced
this issue
Nov 3, 2021
The "funny" behaviour of the autocomplete component was rewritten to be usable in the upcoming merge with the PoC PR.
filip-kopecky
added a commit
that referenced
this issue
Nov 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Limiting the number of autosuggest search results so that there is no scrollbar in the box. If there is more results there may perhaps be some link at the bottom to the full search, or a note that there are X more results.
Not displaying the popup panel when loading is in progress - the circular indicator within the input field is good enough for that.
Clicking on the search icon on the right of the input should redirect to search results.
The text was updated successfully, but these errors were encountered: