react-native-select-two
react-native-select-two copied to clipboard
Component like Select2 on web for React Native
tell me how to change the color in itemText !? if this is not possible, please do it!
i want to use two react-native-select-two component in my Js Class. Unfortunately after change one of them, another select selected data changes. state variables name is different. how can i...
i hope can help someone if you want set value default from a existing resource you can this way how explin in documentation const [countries, setCountries] = React.useState([ { id:...
I try this component in my project. It's very cool but i have a question. I use it to select only one value. I want to know, how can i...
Hi, I removed the fixed color, because on: ``` selectedTitleStyle={{ color: '#4880C2', }} ``` just work when don't have a selected item
It's possible to use data from remote server? I am only see examples with mockData and works fine, but if I want to assign data from graphql object the selection...
fix error "TypeError: str.toLowerCase is not a function. (In 'str.toLowerCase()', 'str.toLowerCase' is undefined)" when param name is a integer
Hi, When you select an item it only passes the Id of the object and not the name. is there away to pass the name too?