Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 847 Bytes

searchBox

Installation

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

Keyboard keys that can be used :

  1. Esc: escapes the focus from the input area, performs like clear.
  2. Arrow Up key: focus the option upper to the currently selected one
  3. Arraow Down key: focus the option benenath the currently selected one
  4. Enter: Selects the current option ad th ekeyword to search

Screenshots: screen shot 2018-07-26 at 1 06 07 pm

Can also provide suggestions for a on later correcting a typed keyword in middle of the query. screen shot 2018-07-26 at 1 06 12 pm