I am using style="text-transform:capitalize"
so the get the first letter of an word to uppercase.
But now I am facing the problem that each 1st letter of each word is converted to uppercase. How to prevent this?
So helle new world
becomes Hello new world
Original code:
<input type="text" class="form-control" id="bedrijfsnaam" name="bedrijfsnaam" value="" style="text-transform:capitalize">