peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

renderTextinput method #42

Open HZSamir opened 5 years ago

HZSamir commented 5 years ago

Hello, would it be possible to isolate the Textinput in its own render method so we may override it? A use case I've encountered recently is having to use a Mask (Either this or this) which would require me to override the default Input.

Thank you.

peterp commented 5 years ago

Totally. I'll add this feature asap.

HZSamir commented 5 years ago

This has got to be the fastest answer I've ever gotten on an issue. Thank you <3