react-native-autocomplete-input
react-native-autocomplete-input copied to clipboard
Pure javascript autocomplete input for react-native
We'll need to add a dependency and switch the import to ```js import { ViewPropTypes } from 'deprecated-react-native-prop-types'; ``` Happy to PR this in a moment as well
After upgrading to React Native 0.68, I started seeing this warning: `ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` Personally, I don't love the suggested...
Hi, I have this component on a form with components directly under it. Is there a way I can set the list to display above the other component below it?...
The keyboard disappears after each letter is typed or deleted and it is not clear why this is happening. my code example: ``` idx.Water_Source_Code, renderItem: ({ item: { Water_Source_Code, Water_Source_Name...
Property 'renderResultList' does not exist on type 'IntrinsicAttributes & AutocompleteProps & { children?: ReactNode; }' use v5.1 [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) and highest types @types/react-native-autocomplete-input (5.0.0 • Public • Published 10 months ago)
please approve this merge i need this ref prop for textinput
Importing FlatList from "react-native-gesture-handler" makes it compatible with both iOS and Android.
Though this component works well on Android, iOS applications get this weird behaviour:  The specific Front-end Tech stack that I use is React Native Expo, and the...
Autocomplete list are not able to inspect using layout inspectors in iOS. Provided testedID to the render list but that failed. By hovering to the list item it selects entire...
### Summary Please add an (X) button / onClear handler. See https://www.npmjs.com/package/react-native-autocomplete-dropdown for an example.