@momo-kits/date-picker 0.0.66-alpha.1 → 0.0.66-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -263,8 +263,9 @@ export default class WheelPicker extends Component {
|
|
|
263
263
|
<View
|
|
264
264
|
// eslint-disable-next-line react/no-array-index-key=
|
|
265
265
|
key={index}
|
|
266
|
-
accessibilityLabel={
|
|
267
|
-
|
|
266
|
+
accessibilityLabel={
|
|
267
|
+
value === index ? `Selected/${valueItem}/${preFix}` : ''
|
|
268
|
+
}
|
|
268
269
|
style={{
|
|
269
270
|
flex: 1,
|
|
270
271
|
height: this.heightItem,
|