From c276434f2e1d35b2e235690095fb9c4e4b3688bb Mon Sep 17 00:00:00 2001 From: patriciaborges Date: Fri, 20 Feb 2015 17:00:45 -0200 Subject: [PATCH 1/2] Width token-input-dropdown should be the same of token-input-list --- src/jquery.tokeninput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.tokeninput.js b/src/jquery.tokeninput.js index 4b69d823..26aaeb63 100755 --- a/src/jquery.tokeninput.js +++ b/src/jquery.tokeninput.js @@ -801,6 +801,7 @@ dropdown .css({ position: "absolute", + width: $(token_list).width(), top: token_list.offset().top + token_list.outerHeight(true), left: token_list.offset().left, width: token_list.width(), From df35c6d64977edbc87f0eadba57467cdda4e4b57 Mon Sep 17 00:00:00 2001 From: patriciaborges Date: Fri, 20 Feb 2015 17:02:34 -0200 Subject: [PATCH 2/2] fixing identation --- src/jquery.tokeninput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.tokeninput.js b/src/jquery.tokeninput.js index 26aaeb63..2eab4e37 100755 --- a/src/jquery.tokeninput.js +++ b/src/jquery.tokeninput.js @@ -801,7 +801,7 @@ dropdown .css({ position: "absolute", - width: $(token_list).width(), + width: $(token_list).width(), top: token_list.offset().top + token_list.outerHeight(true), left: token_list.offset().left, width: token_list.width(),