Question
How can i linebreak the input and add an additional "row" if the value text is too long for the current input width (bootstrap responsiveness).
Current code
<input id="someID" type="text" class="form-control" value="some text that is too long for my input width">
The value is prefilled by a passed django variable (but that doesn't matter).