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

keyboardtype #15

Open
porknoodles opened this issue Mar 31, 2017 · 1 comment
Open

keyboardtype #15

porknoodles opened this issue Mar 31, 2017 · 1 comment

Comments

@porknoodles
Copy link

do you have keyboardtype?
numeric, email, etc

@Amir-Taboul
Copy link

Amir-Taboul commented Apr 17, 2017

You can change the keyboard type using textInputProps for example for numeric type:

            <Prompt
                title="Say something"
                placeholder="Start typing"
                defaultValue="Hello"
                visible={ this.state.promptVisible }
                textInputProps={{keyboardType: 'number-pad'}}
            />

see all options in react doc:
https://facebook.github.io/react-native/docs/textinput.html#keyboardtype

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

No branches or pull requests

2 participants