Right now my comment input looks like this
but when I resize the window or display on a mobile device here is what I get
How can I put line break or make it responsive like almost all bootstrap object ?
Try This
<input type="text" name="address" placeholder="1313 Mockingbird Ln Saginaw, MI 45100">
<textarea name="address" placeholder="1313 Mockingbird Ln Saginaw, MI 45100"></textarea>
Live Demo
For Futher Using Javascript
Click Here