Is it possible to use best_in_place with typeahead from twitter bootstrap?
- by Dave H
Basically, I am using best_in_place in my rails webapp to let users edit their profile info in place. The thing is, I would like users to be presented with a typeahead form for certain entries.. Here's what I'm working with:
<p>College/University: <input type="text" class="span3" style="margin: 0 auto;" data-provide="typeahead"…