diff --git a/en/react-native-date-picker(nocodegen).md b/en/react-native-date-picker(nocodegen).md index 7694be50d1de85904c5ff900e87f66ccae205c79..52b04c739b422b330f32bdb354be351a39967b42 100644 --- a/en/react-native-date-picker(nocodegen).md +++ b/en/react-native-date-picker(nocodegen).md @@ -289,6 +289,7 @@ Check the release version information in the release address of the third-party - [ ] Property is24hourSource is not supported。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] Property minuteInterval is not supported。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## Others +- The third-party library encapsulates the ArkUI DatePicker component, and there are some anomalies. Please refer to the [Official Description]( https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E), Dates that slide out of the set range will not bounce back until the trailing animation property ends. ## License diff --git a/en/react-native-date-picker.md b/en/react-native-date-picker.md index 6539a74acb7e8a685de505b895dde47b5dd028e1..232056e4bf861508ecca2f40876adcdefe9b132a 100644 --- a/en/react-native-date-picker.md +++ b/en/react-native-date-picker.md @@ -248,6 +248,7 @@ Check the release version information in the release address of the third-party - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## Others +- The third-party library encapsulates the ArkUI DatePicker component, and there are some anomalies. Please refer to the [Official Description]( https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E), Dates that slide out of the set range will not bounce back until the trailing animation property ends. ## License diff --git a/zh-cn/react-native-date-picker(nocodegen).md b/zh-cn/react-native-date-picker(nocodegen).md index 2d1e38fadff2c3c067af4cb7163fa4d2bfd988cc..20d02ddd657461427fa4e55d3701c960e48b6d21 100644 --- a/zh-cn/react-native-date-picker(nocodegen).md +++ b/zh-cn/react-native-date-picker(nocodegen).md @@ -290,7 +290,7 @@ ohpm install - [ ] 不支持is24hourSource属性。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## 其他 - +- 该三方库封装了 ArkUI DatePicker 组件,存在某些异常情形,请参考查阅[官方说明](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E),滑出设置范围的日期需要等会有拖尾动画属性结束才会回弹。 ## 开源协议 本项目基于 [The MIT License (MIT)](https://github.com/henninghall/react-native-date-picker/blob/master/LICENSE) ,请自由地享受和参与开源。 diff --git a/zh-cn/react-native-date-picker.md b/zh-cn/react-native-date-picker.md index 133e6344aca7c9f23127a47e36163f2ca83b8275..bfc63e145855bd7de53e2694b90733331f2a7452 100644 --- a/zh-cn/react-native-date-picker.md +++ b/zh-cn/react-native-date-picker.md @@ -242,6 +242,7 @@ ohpm install - [ ] 不支持is24hourSource属性。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## 其他 +- 该三方库封装了 ArkUI DatePicker 组件,存在某些异常情形,请参考查阅[官方说明](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E),滑出设置范围的日期需要等会有拖尾动画属性结束才会回弹。 ## 开源协议