Description
Sets the autocapitalization style for a text view.
Parameters
style: The autocapitalization style.
none: No autocapitalization.words: Capitalize the first letter of each word.sentences: Capitalize the first letter of each sentence (default).allCharacters: Capitalize all characters.Example
<textfield autocapitalization="words" placeholder="Enter text..."/>