peterp / react-native-tags

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

How to add placeholder text #24

Closed ElangoPrince closed 5 years ago

ElangoPrince commented 6 years ago

How to add Custom place holder text?

peterp commented 6 years ago

Hey there, at the moment it's not possible, but that's a great idea. I can do this fairly quickly, but would you be interested in contributing that feature to this project?

ElangoPrince commented 6 years ago

yeah sure peterp. can you please share , how to do quickly...

peterp commented 5 years ago

Hey @ElangoPrince, I've added this functionality via textInputProps, you can now forward any of the textInput props like thing:

<Tags
    textInputProps={{
      placeholder: "pew mew pew"
    }}
/>