ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

bsTypeAhead for shiny 0.11 #16

Open kismsu opened 9 years ago

kismsu commented 9 years ago

Hi, I've been using your bsTypeAhead function before and it's really great. However I can't find it in a new release. Are you planning to add it and make it work with latest version of shiny? Thank you

ebailey78 commented 9 years ago

I'm glad to know that was useful to you. Unfortunately, they have removed the typeahead functionality from Bootstrap3. You can see this thread for more info: http://stackoverflow.com/questions/17903645/where-is-the-typeahead-javascript-module-in-bootstrap-3-rc-1 I will try to use the typeahead.js library that they mention to add the functionality back in but I am not sure how soon that will be. Since you have specifically asked for it, I will try to make it more of a priority.

kismsu commented 9 years ago

Great, thank you

victor-moreno commented 9 years ago

Hi, I also have several shiny app broken since I upgraded to 0.11 It would be great if you could rescue the functionality Thank you