Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 245 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 245 Bytes

autocomplete

Vanilla Javascript based autocomplete

  • No dependency
  • uses a mock service; a JS method mimicing the servoce
  • highlights the matching content
  • add the user selection to the input
  • uses the last tokenised word for the search.