bassjobsen / typeahead.js-bootstrap-css

LESS / CSS code for using typeahead.js with Bootstrap 3
MIT License
192 stars 127 forks source link

Add examples with use of input-group #21

Closed holtkamp closed 8 years ago

holtkamp commented 8 years ago

This shows some problems when combining input-group-sm / input-group-lg with add ons / buttons when activating typeahead functionality.

bassjobsen commented 8 years ago

thanks, i could only merge this with an instruction of how to install these examples

holtkamp commented 8 years ago

aah, ok, well... nothing fancy. It uses NPM to install the dependencies.

npm install

Now the .html files can be opened standalone.

Maybe you prefer Bower during development? Simply change the paths in the example to the .js and .css files.

Or do you mean I should add some documentation to the README.md file?