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

Allow custom input renderer #23

Closed ThiagoNP closed 6 years ago

ThiagoNP commented 7 years ago

This PR makes possible to render elements for the input. An use case to this feature would be rendering an auto complete input instead of the default text input.

sibelius commented 7 years ago

could u please rebase and fix conflicts?

ThiagoNP commented 7 years ago

@sibelius Fixed 😄

sibelius commented 7 years ago

I'm gonna need a little bit of more time to test it

sibelius commented 7 years ago

@jwohlfert23 please review this as well

binzailani3136 commented 7 years ago

Hi everyone! It's very interesting PR and I've reviewed it too. But I can't find the auto-complete-library and where can I pull auto-complete-library?