react-native-woodpicker icon indicating copy to clipboard operation
react-native-woodpicker copied to clipboard

Setting testID props

Open lminar opened this issue 3 years ago • 1 comments

Hi, it will be great if testID props can be set for testing selecting items in dialog and so on..

<Picker .... testID={'myPicker'} />

And the items in dialog has generated testID for example myPicker-item-<index>

Now the items testID is undefined

Object {
    "label": "Jan Vandame",
     "testID": undefined,
     "textColor": undefined,
      "value": 456,
},

Thanks

lminar avatar Jan 05 '22 16:01 lminar

Hi, not much time these days... If you have an good idea of what you want, you can provide a MR. I'll be happy to see it =) Despite, I'll check it later.

thodubois avatar Jan 05 '22 18:01 thodubois