Open
Description
💬 前提强调
- I have searched the issues of this repository and believe that this is not a duplicate.
🙋 描述详情/重现步骤
<Input.TextArea placeholder={textAreaPlaceHolder} autoSize ref={textAreaRef} value={contentValue} onChange={e => { setContentValue(e.target.value); }} style={{ width: screenWidth * 0.67, backgroundColor: 'white', borderWidth: 1, borderColor: 'rgba(0,0,0,0.3)', borderRadius: 10, marginHorizontal: 6, }}></Input.TextArea>
setContentValue('')之后不会显示placeholader的内容,只有在手动把输入框的内容全部删除,才会显示placeholder的内容
🔴 版本
5.2.3
💻 运行环境
Android
⚫️ npx react-native info
输出信息
无
补充说明
源文件链接:https://github.com/Escaay/EarthVillage/blob/main/pages/article/articleDetail/index.tsx