RCTAutoComplete icon indicating copy to clipboard operation
RCTAutoComplete copied to clipboard

React Native Component for MLPAutoCompleteTextField

Results 20 RCTAutoComplete issues
Sort by recently updated
recently updated
newest added

Allows overriding the default `selectionColor` prop.

I was wondering, in addition to throttling suggestions by time via the prop `autoCompleteFetchRequestDelay` is there a way to throttle suggestions by number of characters typed? For example, don't show...

My custom cell based on the readme example currently looks like the following: ![screen shot 2019-01-03 at 10 40 28 pm](https://user-images.githubusercontent.com/27756216/50676330-a6de0000-0fa8-11e9-88f8-a81338a2f3b1.png) _gray_ background is within `styles.cell` _blue_ background is within...

This is an awesome module! I was playing around with it and it works beautifully but I have one, non-breaking, issue with it's usage. I noticed that if you type...

Received this warning after installing the package onto Xcode and running it. Since it's just a warning and not a red screen I'm hoping it's a non-issue. My setup... "react":...

I tried to do this example but i had this error : `Native Component for RCTAutocomplete does not exist`

i use scrollview and list of suggestion behind another component

Hi there! I'm trying to integrate `RCTAutoComplete` into a Swift project, and I'm having issues linking React to the RCTAutoComplete project. I keep getting a `'React/RCTBridgeModule.h' file not found` error...

![image](https://user-images.githubusercontent.com/1026325/28855666-1c035f2e-770c-11e7-8c59-569af3e7447e.png)