react-native-autocomplete-input icon indicating copy to clipboard operation
react-native-autocomplete-input copied to clipboard

Pure javascript autocomplete input for react-native

Results 20 react-native-autocomplete-input issues
Sort by recently updated
recently updated
newest added

if i am adding the on blur props to close suggestion list, then it's not retuning the selected item it means autocomplete not working on select from suggestion list because...

Hi, checking out this library. The rendered list items have a very short height, which makes it very hard to press the correct item. According to the docs here on...

I also tried by creating creating a function of hiding the rendered list however onFocus is not working then

my sample code is: ` ` when add second View (View style={{ flex: 0.4,...), scroll my Autocomplete not working why? when I remove second View is ok, Indead when put...

Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.77.0 to 0.80.0. Release notes Sourced from react-native's releases. 0.80.0 Hermes dSYMS: Debug Release ReactNativeDependencies dSYMs: Debug Release You can file issues or pick requests against this...

dependencies
javascript

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.1.1 to 10.1.5. Release notes Sourced from eslint-config-prettier's releases. v10.1.5 Patch Changes #332 60fef02 Thanks @​JounQin! - chore: add funding field into package.json Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5 v10.1.4...

dependencies
javascript

Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 18.3.1 to 19.1.0. Release notes Sourced from react-test-renderer's releases. 19.1.0 (March 28, 2025) Owner Stack An Owner Stack is a string representing the components that are directly...

dependencies
javascript

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.1.0 Release notes Sourced from react's releases. 19.1.0 (March 28, 2025) Owner Stack An...

dependencies
javascript

How to keep the behaviour of 4.x versions and upgrade for the 5.x version? There is no `renderItem` prop anymore. `flatListProps: { renderItem }` gives completely another view and behaviour...

The version I was currently using in my project was v5.4.0. With the last update, I switched to v5.5.5. However, in this version, I could not focus on the input...