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

Add containerStyle, maxTags and noAutoScroll properties #41

Closed gvillenave closed 6 years ago

gvillenave commented 6 years ago

Allow more customization of the tags and text input container view, add an optional property to limit the number of tags that can be added, and add a property to disable the automatic scrolling to the bottom.

Ashoat commented 6 years ago

I went ahead and created a PR for lifting the text state: #43