picker
picker copied to clipboard
Can we pass extra attribute?
Hello I Just need to pass an extra attribute to Picker.item
<Picker.Item label={list.name} value={list.id} extra_attr={list.status} /> like this
and want to the access of the value of the extra-attr
is that possible ?