RCTAutoComplete
RCTAutoComplete copied to clipboard
React Native Component for MLPAutoCompleteTextField
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:  _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...
