I have value to show in input textbox in HTML. The value is address. if address characters are more then i want to show whole text in the form of value of input textbox. Actually it shows the value correctly. But i want to see it in full text box.[Here, Address part shown. I want whole address in shown in this input text box.
My Code Is Like.
<tr>
<td class="tabth" style="border-bottom: 1px solid black;">Address</td>
<td class="tabtd" style="border-bottom: 1px solid black;">
<input type="text" style="height:50px; overflow: auto;" name="address" value="502, Venus Atlantis, Nr. Shell Petrol Pump, Anandnahar-Prahladnagar Road, Ahmedabad,Gujarat, India............kkkkkkkkkkkkkk...........">
</td>
<td>
<button type="submit" name="export" value="reg" class="btn btn-success pd">Save</button>
</td>
</tr>