We\'ve installed \'bootstrap-tagsinput.js\' and the \'typeahead\' plugin for doing a tyepahead drop down for tags for an input field in one of our forms. The hardcoded tags work
Same problem here. Resolved dropping the original typeahead.js (that is not compatible with Bootstrap 3) and using bootstrap3-typeahead.js (https://github.com/bassjobsen/Bootstrap-3-Typeahead).
Moreover, you don't need to add (actually on some occasions you MUST remove it in order to work)
data-role="tags input"
when you specify
$('#my_field').tagsinput({ typeahead: ...