@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={`Selected/${valueItem}/${preFix}`}
267
- access
266
+ accessibilityLabel={
267
+ value === index ? `Selected/${valueItem}/${preFix}` : ''
268
+ }
268
269
  style={{
269
270
  flex: 1,
270
271
  height: this.heightItem,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/date-picker",
3
- "version": "0.0.66-alpha.1",
3
+ "version": "0.0.66-alpha.2",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {},