diff --git a/src/jquery.tokeninput.js b/src/jquery.tokeninput.js index 4b69d823..bc606e9b 100755 --- a/src/jquery.tokeninput.js +++ b/src/jquery.tokeninput.js @@ -803,7 +803,7 @@ position: "absolute", top: token_list.offset().top + token_list.outerHeight(true), left: token_list.offset().left, - width: token_list.width(), + width: token_list.outerWidth(), 'z-index': $(input).data("settings").zindex }) .show();