I want to have only first letter of the sentence to be capitalized in input fields with javascript when i type something.
This is my website link where i want to use it.
Is there any solution for it?
Here is my HTML code:
<div class="form-group">
<label for="name" class="label-head">Company Name <sup><span
class="glyphicon glyphicon-asterisk red" aria-hidden="true"></span></sup></label>
<input type="text" class="form-control text-box-length input-lg" id="companyname" placeholder="Enter Your Company Name" data-validation="required" maxlength="50">
</div>