react-native-autocomplete-input
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -80,3 +80,3 @@ import React from 'react'; | ||
keyboardShouldPersistTaps: PropTypes.oneOfType([ | ||
PropTypes.oneOf(['always', 'handeld', 'never']), | ||
PropTypes.oneOf(['always', 'handled', 'never']), | ||
PropTypes.bool, | ||
@@ -83,0 +83,0 @@ ]), |
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,4 +50,2 @@ # react-native-autocomplete-input | ||
A complete example for Android and iOS can be found [here](//github.com/mrlaessig/react-native-autocomplete-input/blob/master/example/). | ||
### Android | ||
@@ -54,0 +52,0 @@ Android does not support overflows ([#20](https://github.com/mrlaessig/react-native-autocomplete-input/issues/20)), for that reason it is necessary to wrap the autocomplete into a *absolute* positioned view on Android. This will allow the suggestion list to overlap other views inside your component. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10789
104