jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

TextInput props #4

Closed darrenfurr closed 8 years ago

darrenfurr commented 8 years ago

Great work on this tag input. Since it essentially extends a TextInput - any reason you don't allow us to pass in any property of a TextInput?

<TextInput props={...props}

Specifically, I'm looking to change the selectionColor prop of the TextInput.

Thanks, -Darren

jwohlfert23 commented 8 years ago

Working on an update for this now. Thanks for the suggestion.

jwohlfert23 commented 8 years ago

This has been added.