From aa5c150af396bde58dba9322f501f8dd2b6642c7 Mon Sep 17 00:00:00 2001 From: zhongwenjin <491438425@qq.com> Date: Mon, 25 Nov 2024 19:02:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IB6XJ1]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-material-dropdown=20=E6=93=8D=E4=BD=9C?= =?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-material-dropdown.md | 1 + zh-cn/react-native-material-dropdown.md | 1 + 2 files changed, 2 insertions(+) diff --git a/en/react-native-material-dropdown.md b/en/react-native-material-dropdown.md index 31cfff85..58df0d9d 100644 --- a/en/react-native-material-dropdown.md +++ b/en/react-native-material-dropdown.md @@ -156,6 +156,7 @@ class Example extends Component { ## 遗留问题 ## 其他 +- renderAccessory属性:需要指定renderRightAccessory或者renderLeftAccessory ## 开源协议 diff --git a/zh-cn/react-native-material-dropdown.md b/zh-cn/react-native-material-dropdown.md index 9cc22204..3db308f7 100644 --- a/zh-cn/react-native-material-dropdown.md +++ b/zh-cn/react-native-material-dropdown.md @@ -154,6 +154,7 @@ class Example extends Component { ## 遗留问题 ## 其他 +- renderAccessory属性:需要指定renderRightAccessory或者renderLeftAccessory ## 开源协议 -- Gitee