I am currently working on developing a form displayed in this fiddle. My goal is to fit an entire placeholder text into the form.
Here is the HTML I've used to create a compact input form:
<div class="container text-center ">
<div class="form-group">
<label class="ml-2" style="width:100%;text-align:left;" for="inputAddress">Hello World</label>
<input type="text" class="form-control" id="inputAddress" placeholder="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.">
</div>
</div>
Issue at Hand:
I am uncertain about the modifications required in the fiddle to display the complete placeholder text. Currently, I can only view a few words (not the entire statement) as illustrated in the following image: