dhunkin-rn / react-auto-complete

demo react component for auto-complete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Complete for TODOs

This project was bootstrapped with Create React App.

Running the app

In the project directory, you should run:

npm install

and then

npm start

Features

  • amount of suggestions can be limited with parameter
  • calls to the api are debounced to prevent redundant calls
  • data source url can be set together with data mapping function which allows to work with different data sources

Notes

  • user experience could be enhanced with implementing keyboard navigation through the suggestions

About

demo react component for auto-complete


Languages

Language:TypeScript 68.6%Language:HTML 17.1%Language:CSS 14.2%