This package provides a simple type ahead input for Shiny. It is based on the Bootstrap-3-Typeahead JavaScript library which itself is based on the typeahead plugin of Bootstrap2.
shinyTypeahead is not on CRAN. Install directly from Github using the devtools package:
install.packages("devtools")
devtools::install_github("ThomasSiegmund/shinyTypeahead")