typeahead.js-bootstrap3.less
typeahead.js-bootstrap3.less copied to clipboard
bootstrap3 style for typehead.js using bootstrap 3 mixins and variables.
Could you please publish project to npm.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Would it be possible to release a new version? I need to use typeahead 0.11.1 which is only compatible with master branch (commit 324628d5c2dffe347091d097efbaaaab79ceeddc). Thank you for your work.
Please :+1:
Hi! Does typeahead.js-bootstrap3.less really depend on bootstrap version 3.1.x? It would be amazing if you could update that requirement value in bower.json if it has changed and bootstrap 3.2 is...
Looks like they changed the class names from `.tt-dropdown-menu` to `.tt-menu`. Replacing just this one in the less file makes it work with latest version.
See http://jsfiddle.net/xdtdf4f1/1/ The results overflow the drop-down menu. This is probably caused by the `width: 100%;` directive in line 128 of the CSS. What was the reason for adding it...
I would suggest you change the hover color to something more visible like this ``` .tt-dropdown-menu .tt-suggestion.tt-cursor { background-color: #428bca; color: #ffffff; } ``` to improve the visibility of the...
Hi, I have an issue when using this style within a form-inline. The typeahead input inserts a kind of line break and isn't displayed next to the label : ...