TextInput autoCapitalize #3085
Labels
API: Completion
Area: TextInput
enhancement
Needs WinUI 3
Indicates that feature can only be done in WinUI 3.0 or beyond.
nice-to-have
p3
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
Split out from #2136
facebook.github.io/react-native/docs/textinput.html#autocapitalize
Incomplete support in XAML. This guy is an enum:
-characters: Maps to TextBox.CharacterCasing.Upper (RS3)
-words: Not supported
-sentences: Not directly supported. TextBox.IsSpellCheckEnabled (Win8) turns on auto-capitalizing first word in a sentence (which maps to autoCapitalize.sentences) but this also turns on spell-checking. Also, MikeHill says: Some of the auto capitalization functionality in TextBox is behind the InputScope API.
-none: Supported by default
The text was updated successfully, but these errors were encountered: