react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

hideSelectedItemIcon dont work

Open AvielShnaider opened this issue 2 years ago • 1 comments

Hello! i cant hide the selected item icon. heres my code <DropDownPicker style={styles.field} open={open} value={operator} items={items} setOpen={setOpen} onSelectItem={(item) => { operatorChoosen(item.label); }} setValue={setOperator} setItems={setItems} textStyle={{ textAlign: "center", fontFamily: "Ubuntu_400Regular", }} placeholder="Select an operator" placeholderStyle={{ marginLeft: "30%", width: "50%", }} labelStyle={{ textAlign: "center", marginLeft: "15%", fontFamily: "Ubuntu_400Regular", }} dropDownContainerStyle={{ borderColor: "#E0E0E0", borderRadius: 5, }} listItemLabelStyle={{ textAlign: "center", fontFamily: "Ubuntu_400Regular", }} hideSelectedItemIcon={true} />

AvielShnaider avatar Apr 20 '23 14:04 AvielShnaider

Same issue.

batazo avatar Jun 04 '23 16:06 batazo