下拉触摸区域增加其无法正常触摸

时间:2020-05-28 06:23:13

标签: react-native dropdown

下拉菜单的触摸区域增加了其不可触摸的程度,是否有可能我们可以给触摸区域查看打开的下拉菜单 我正在使用下拉菜单

 <Dropdown
  //label="1"
  value={pickerSelectedQty}
  data={data}
  onChangeText={(itemValue, itemIndex) => {}}
  containerStyle={{
    width: 240,
    height: 40
  }}
  inputContainerStyle={{
    borderBottomColor: "transparent",
    justifyContent: "center",
    marginVertical: -24
  }}
  containerStyle={{
    width: "87%"
  }}
  overlayStyle={{ marginTop: 20 }}
  pickerStyle={false}
  style={styles.pickerGreyed}
/>

0 个答案:

没有答案