peterp / react-native-tags

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

Adding a X at the end of each tag also i can't add a placeholder #31

Closed BKShaikh closed 5 years ago

BKShaikh commented 5 years ago
peterp commented 5 years ago

Hey there - this is a great feature and is something that can be handled with renderProps. I'll work on making this happen.

arpitjacob commented 5 years ago

this be great feature to have as its more intuitive.

Bill-Niz commented 5 years ago

@peterp hi, did you made the renderProps ?

peterp commented 5 years ago

@Bill-Niz Unfortunately not yet. I'll work on adding that this weekend.

lnogueir commented 5 years ago

This feature will help a lot. I am really looking forward to be able to add a placeholder. Have you added these features?

peterp commented 5 years ago

2.1.0 added a renderTags prop.