Skip to content

Releases: maxkordiyak/react-native-dropdown-autocomplete

1.0.16

09 Aug 14:26
e75ee40
Compare
Choose a tag to compare

Added two new props:

  • initialValue - Text to display initially
  • keyboardType - Input Keyboard Type

1.0.15

31 Jul 15:14
Compare
Choose a tag to compare

Minor update to address a few issues

  • Fix for React Native ListView #9
  • Added TypeScript Support #12
  • Add fetchData method #13
  • Add onChangeText method