-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
API: CompletionArea: TextInputNeeds WinUI 3Indicates that feature can only be done in WinUI 3.0 or beyond.Indicates that feature can only be done in WinUI 3.0 or beyond.Recommend: Not PlannedRecommend that issue should be given Not Planned milestone.Recommend that issue should be given Not Planned milestone.enhancementnice-to-havep3p3
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
API: CompletionArea: TextInputNeeds WinUI 3Indicates that feature can only be done in WinUI 3.0 or beyond.Indicates that feature can only be done in WinUI 3.0 or beyond.Recommend: Not PlannedRecommend that issue should be given Not Planned milestone.Recommend that issue should be given Not Planned milestone.enhancementnice-to-havep3p3