fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 231 forks source link

How to change input type to email? #160

Open waatltd opened 8 years ago

waatltd commented 8 years ago

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?

liammclennan commented 8 years ago

Try

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