Basic Features:
- SearchSelectBox fetches suggestions based on user input, and also highlights text in the options with current user input.
- Can navigate and select options in dropdown menu through keyboard
- Selected suggestions from the dropdown are added to input box and newly fetched suggestions are of only currently entering input.
Installation Steps
- npm install
- npm run webpack
- Open index.html in browser
Demo Link: https://shravya95.github.io/searchSelectBox/