Dandy Ling Kwong
Posts: 0
Joined: Sat Jan 10, 2015 9:06 am

How to auto-capitalize the first letter for word in text input

Hi,

How do I auto-capitalize the first letter of every word in text input? This is common in mobile input text field - for example, a field for name will auto-capitalize the first letter of the individual words for the name while inputting

e.g. Fritz Ramires
where F and R will automatically be capitalized as typed in

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How to auto-capitalize the first letter for word in text input

Hi Dandy,

You need to add such custom logic using CSS styles or JavaScript for this.
This should help http://stackoverflow.com/questions/25...

Return to “Issues”