Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Set autocapitalization based on the first letter of default value #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

krzysztofpawski
Copy link

Currently all text fields have autocapitalizationType set to default which is UITextAutocapitalizationTypeSentences. It's a bit annoying if someone wants to have first letter lowercase. One has to type something like 'Vvalue' and remove 'V'.
The idea is to set autocapitalizationType based on the first letter of the value. If it's lowercase then we set UITextAutocapitalizationTypeNone, otherwise we keep current behaviour - UITextAutocapitalizationTypeSentences.

BEFORE AFTER
before after

@facebook-github-bot
Copy link
Contributor

Hi @krzysiekpawski!

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

1 similar comment
@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants