-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] cannot delete characters after a selection: 3.1.5 is broken #124
Comments
Hi @vricosti thanks for reporting, you can try to install v4 with |
yes it works but you should add a prop to disable theme styles because my application does not support it. inputContainerStyle={{ but how can I change the input text color ? |
react-native-autocomplete-dropdown/example/components/RemoteDataSetExample2.tsx Lines 63 to 74 in 1ce7e38
|
I wanted to use this package to provide autocomplete feature and I have first tested the example where I have only modified the RemoteDataSetExample to simulate an api that complete a brand name when giving a string (ex SON => SONY).
Everything was OK.
Then I have tested exactly the same component RemoteDataSetExample inside my app and I have a weird behavior, I cannot delete the text once I have selected a suggestion, every time I delete a character it completes to the previous choice.
Here is a video showing the issue:
RPReplay_Final1712940886.mp4
UPDATE: I have checkout'ed the version 3.1.5 and tested and I am reproducing the bugs with the official example so conclusion current release is buggy.
RPReplay_Final1713004539.mp4
Could you please release the v4-rc version ?
The text was updated successfully, but these errors were encountered: