Skip to content

Instantly share code, notes, and snippets.

@nimaai
Last active July 13, 2016 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nimaai/45e72dbb4601bfedc3ce57c3a1ecafd8 to your computer and use it in GitHub Desktop.
Save nimaai/45e72dbb4601bfedc3ce57c3a1ecafd8 to your computer and use it in GitHub Desktop.
react-autocomplete leihs TODOs
  • type in something => autocomplete menu appears => hover over some item to have it highlighted => click again in the input field => onClickHandler gets fired, whereas it should not in this case
  • when one scrolls inside the "Templates" section in the autocomplete menu => then the whole page scrolls and the menu gets detached from the input field
  • style the subsections in such a way that the user sees that he can scroll there
  • loading icon either for all or even better for each subsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment