jwohlfert23 / react-native-tag-input

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

feat(prop): allow to overwrite the placeholder text #58

Closed gianpaj closed 6 years ago

gianpaj commented 6 years ago

Never mind. I should have use the inputProps. For example:

<TagInput
  inputProps={{ placeholder: 'enter tags with spaces or commas' }}
/>