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

How to change input type to email? #160

Open
waatltd opened this issue Mar 3, 2016 · 1 comment
Open

How to change input type to email? #160

waatltd opened this issue Mar 3, 2016 · 1 comment
Labels

Comments

@waatltd
Copy link

waatltd commented Mar 3, 2016

Hello,

I'm using client side validation to check if proper email is added by using type="email" attribute on the input element.
How can I change that and if not, than could this be added to the component as props?

@fmoo fmoo added the question label Mar 25, 2016
@liammclennan
Copy link

Try

<Tokenizer inputProps={{type:'email'}} />

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

No branches or pull requests

3 participants