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

Is it possible to have a custom selected ListItem?

Open yannickrocks opened this issue 2 years ago • 1 comments

I am using the renderListItem as follows:

  renderListItem={(props) => (
    <ListItem
      setDropdownValue={setDropdownValue}
      props={props}
      data={data}
      setOpen={setOpen}
    />
  )}

It works well for the list itself but for a selected item, it just displays the string.

Is it possible to have a customSelectedListItem which is similar to the ListItem component?

yannickrocks avatar Jan 17 '23 09:01 yannickrocks

same question!

dffUqp avatar Feb 01 '23 10:02 dffUqp