JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

Style List and Add new #14

Open Breedrco opened 6 years ago

Breedrco commented 6 years ago

Hi thanks for the work on this been helpful. couple of questions:

  1. is there any plans to enable ability to style the dropdown list of suggested selection
  2. limit inputs to 1

Thanks again.

amazingwebdev commented 6 years ago

Hi, @Breedrco I think we can style dropdown list of suggested selection using listStyle props. So if you want to limit inputs to 1, you can use maxHeight property.