From ea02bebd95d974afe9dec5452c1a23ec5e9c330d Mon Sep 17 00:00:00 2001 From: lizhien52O Date: Thu, 26 Dec 2024 16:20:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBDXJO]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-autocomplete-input=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-autocomplete-input.md | 2 ++ zh-cn/react-native-autocomplete-input.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/react-native-autocomplete-input.md b/en/react-native-autocomplete-input.md index 3f0269e8..6336220c 100644 --- a/en/react-native-autocomplete-input.md +++ b/en/react-native-autocomplete-input.md @@ -188,6 +188,8 @@ RNOH:0.72.27; SDK:HarmonyOS-Next-DB1 5.0.0.25; IDE:DevEco Studio 5.0.3.400 ## Known Issues +- [ ] 源库5.5.2版本在 HarmonyOS NEXT 上打字时键盘会隐藏: [issue#1](https://github.com/byteburgers/react-native-autocomplete-input/issues/328) + ## Others ## License diff --git a/zh-cn/react-native-autocomplete-input.md b/zh-cn/react-native-autocomplete-input.md index f9bef584..8142bfa5 100644 --- a/zh-cn/react-native-autocomplete-input.md +++ b/zh-cn/react-native-autocomplete-input.md @@ -177,6 +177,8 @@ export default App; ## 遗留问题 +- [ ] 源库5.5.2版本在 HarmonyOS NEXT 上打字时键盘会隐藏: [issue#1](https://github.com/byteburgers/react-native-autocomplete-input/issues/328) + ## 其他 ## 开源协议 -- Gitee