react-native-autosuggest icon indicating copy to clipboard operation
react-native-autosuggest copied to clipboard

an autosuggest enhanced TextInput component for React Native (iOS-only).

Results 5 react-native-autosuggest issues
Sort by recently updated
recently updated
newest added

Hi, Sometimes I need search keyword from the prefix word, So I add the props of isFromPrefix for another search type.

i use it on RN0.44 and IOS 10.0 but its totally not work with scrollview please help

Using this we can restrict the height of the dropdown box, without setting a fixed height for component as a whole, meaning we can both render over components below, but...

I've added functionality for passing objects in as terms (in the shape `{term: string, searchableID?: string, ...}`) so the suggestions can be used to return objects, and also allow search-ability...