Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TextInput] returnKeyType, enablesReturnKeyAutomatically, secureTextEntry, more keyboardTypes #265

Closed
wants to merge 1 commit into from

Commits on Mar 26, 2015

  1. [TextInput] returnKeyType, enablesReturnKeyAutomatically, secureTextE…

    …ntry more keyboardTypes
    
    This diff completes adding support for the following UITextField properties:
    
    returnKeyType: what the return key on the keyboard says
    enablesReturnKeyAutomatically: the return key is disabled iff there is no text entered. This too could be implemented in React but it feels better in UIKit right now because it is handled synchronously.
    secureTextEntry: obscure passwords
    keyboardType: added all the keyboard types, they are useful in different scenarios
    
    There were varying degrees of support for these properties so it looks like this diff continues some unfinished work. I also updated the keyboardType enum to use native constants instead of strings like the other properties here.
    
    Added examples to the UIExplorer.
    ide committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    326e0ee View commit details
    Browse the repository at this point in the history