Closed ariel-m-s closed 3 years ago
Published to https://exp.host/@conyappa/conyappa?release-channel=pr-53-preview.
Why not defaulting the capitalization to "none"?
Why not defaulting the capitalization to "none"?
I didn’t find any reason to do this.
Description
This PR adds the
autoCapitalize
argument toTextInput
as a required prop and uses it in theLogin
andSignup
forms.autoCapitalize
docs here.Requirements
None.
Additional Changes
Order
TextInput
props in a consistent way.