tomasz-rebas / redux-autocomplete

Autocomplete implemented with ReactJS and Redux.

Home Page:https://dreamy-ride-0d6a7a.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-autocomplete

Autocomplete dropdown list, implemented from scratch using ReactJS and Redux.

Behaviour details:

  • compares user input with the first characters of potential suggestions,
  • comparison is case-insensitivie,
  • suggestion's characters matched by user input are bold,
  • clicking on a suggestion replaces user input with its value and hides the dropdown,
  • clicking outside the autocomplete list hides the dropdown.

Suggestion list is fetched from an external API.

Try the feature out on Netlify.

About

Autocomplete implemented with ReactJS and Redux.

https://dreamy-ride-0d6a7a.netlify.app/


Languages

Language:JavaScript 85.5%Language:CSS 9.9%Language:HTML 4.6%