react-native-select-two icon indicating copy to clipboard operation
react-native-select-two copied to clipboard

Component like Select2 on web for React Native

Results 25 react-native-select-two issues
Sort by recently updated
recently updated
newest added

It was my first go to become a public contributor. But I want to add a feature in your library that can be have a uniqukey and unique label.

We are not able to change color of selected Title using selectedTitleStyle ` selectedTitleStyle={{ color: "#ffffff" }} ` We are using "react-native-select-two": "^1.1.0", @xuho any idea how to fix this...

It would be a good option to have the ability to style the selected tags.

Right now, there are no types defined for this project. Due to the increasing volume of react-native + typescript projects out there, I think this is a problem worth taking...

Edit props for indonesia language

**ERROR:** `Warning: Failed prop type: Invalid prop 'style' of type 'array' supplied to 'Select2', expected 'object'. in Select2 (at RegisterView.js:220) in Formik (at RegisterView.js:119) in RCTView (at View.js:34) ....................... `...

When the data list having more than 150 items item names are not visible. ![image](https://user-images.githubusercontent.com/4123435/81499392-e7f6ca80-92e8-11ea-97d4-abf832ee5c43.png)

After selecting the option default color is applying event though I custom applied the selectedTitleStyle Please change the order of styling in index.j on line 233 from {preSelectedItem[0].name} **To** {preSelectedItem[0].name}...