-
Notifications
You must be signed in to change notification settings - Fork 98
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
When Item is selected in single select dropdown, it stores the selected item details but does not show in dropdown? #59
Comments
Hello, i fix this problem doing this: in this line: (/node_modules/react-native-searchable-dropdown)
Change to:
i recommend u copy the file and pass to src/components to avoid update and reset your changes |
anyone found the solution. @Cristiano1103 I could not make it work either by that change. |
@Munish-GitHub i changed , i`m using now UI Kitten, witch offers Select but without search. Works very good. this solution is only for Apple, i tested in my android and didin't work. And have a lot of bugs. Try UI Kitten |
My solution was to check if item i clicked use place holder to replace |
Yea Autocomplete in UI Kitten has some positioning bugs for android |
LOL what a work around buddy, works like a charm |
I fixed the issue with commenting this line. because i console 'this.props.selectedItems' it returns undefined.
|
Saved my day |
@Cristiano1103 his solution work for me nice! but it work only in IOS |
This can even be made better by using the
|
The text was updated successfully, but these errors were encountered: