
this is how my form behave when i insert several tags but i want it to be like the one of this site. As you can see the scroll bar appears and a new is created. how can i keep everything on the same row?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem is that an height is defined, so the containing
<div />keeps its height and a scrollbar appears.In the css, remove the height rule for the class .taginput:
The plugin also has a default value of 100px so you have to set the option when initializing:
Here’s a fiddle to illustrate.