Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 503 Bytes

SearchSelectBox

Basic Features:

  1. SearchSelectBox fetches suggestions based on user input, and also highlights text in the options with current user input.
  2. Can navigate and select options in dropdown menu through keyboard
  3. Selected suggestions from the dropdown are added to input box and newly fetched suggestions are of only currently entering input.

Installation Steps

  1. npm install
  2. npm run webpack
  3. Open index.html in browser

Demo Link: https://shravya95.github.io/searchSelectBox/