I've used Bootstrap Token Field at my website. It works perfectly at my webpage. But, problem happened when I put that token field into any hidden div. I mean, imagine there is a hidden div(display: none;
) Inside that invisible div, I've put the token filed box. That hidden div will visible after clicking a button. At that time, if I notice the dropdown box/autocomplete suggestion box of the token field box, I see that the width of that dropdown box can't get a full width where at the default state it's perfect. I'm showing you a picture so that you can be more clear.
This is the normal condition of token field:
This is the condition if it's stayed in a invisible div. Look, the width of drop down box isn't 100% according to the input field:
Here is my fiddle link: http://jsfiddle.net/qV2E2/
Click the "Show" link, to make visible the invisible div
I don't understand why it's happened! How can I make the drop down box's width similar to input field's width?