From bf12c8fd38d7a7f6d1c14b8d5155c09aa89c77ce Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Fri, 27 May 2016 17:30:05 -0400 Subject: [PATCH] add ".tt-menu" alternative to make compatible with typeahead.js v0.11.1 Can't find a ref in typeahead.js, but other libs are fixing this too: https://github.com/hyspace/typeahead.js-bootstrap3.less/issues/22 and it fixed a display issue (menu styles not displaying) for me as well. --- less/tokenfield-typeahead.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/tokenfield-typeahead.less b/less/tokenfield-typeahead.less index e8c33a8..0cee75a 100644 --- a/less/tokenfield-typeahead.less +++ b/less/tokenfield-typeahead.less @@ -86,7 +86,7 @@ font-size: 18px; line-height: 1.33; } -.tt-dropdown-menu { +.tt-dropdown-menu, .tt-menu { width: 100%; min-width: 160px; margin-top: 2px;