Alexandr Kozhevnikov

Results 38 comments of Alexandr Kozhevnikov
trafficstars

Hi Just try to make a new project, then add the pod and build the project ![image](https://user-images.githubusercontent.com/12899080/94839139-4569f000-041f-11eb-89db-fffc581facdd.png)

made refactored fork with TS https://github.com/onmotion/react-tabtab-next

It's possible, but I don't know the business logic how this action should work. Is there some example? Anyway feel free to make issue about this and even PR :)

Hi! Yes, if you need scroll, you should set it to false and handle close by yourself

Hi! Yes, it's because it using `FlatList` component for rendering dropdown items. It's strange that you can see a warn because it disabled inside the lib: https://github.com/onmotion/react-native-autocomplete-dropdown/blob/c8406cfa22929beb60445b9856a7710f7a2c84b2/src/index.js#L48 Anyway, if you...

> Thanks we already solved this issue :) Hi! Please drop your solution here if you can 🙂

Hi! You can use `setInputText` or `setItem` method on controller ref e.g. https://github.com/onmotion/react-native-autocomplete-dropdown/blob/d233bcaa377c0293a5e039e0442383e2597f76ea/example/componens/RemoteDataSetExample2.js#L109

Hi! You could set the dataSet only when entering > 3. Have you checked remote dataSet examples? E.g. https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/example/components/RemoteDataSetExample2.js

Hi! Please try look to the proper layout example https://github.com/onmotion/react-native-autocomplete-dropdown/blob/main/example/App.js Also suggestion - try temporary set different background colors to underlaying layers maybe some layers not filling the space

I think you have to set the height of the parent dynamically, otherwise it's impossible because it's like platform renderer works. So it's not related to the lib or RN...