We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c3bba commit 338b85cCopy full SHA for 338b85c
packages/pro-components/chat/chat-sender/README.md
@@ -55,7 +55,7 @@ isComponent: true
55
disabled | Boolean | false | 是否禁用输入框 | N
56
placeholder | String | 请输入消息... | 输入框默认文案 | N
57
loading | Boolean | false | 发送按钮是否处于加载状态 | N
58
-textareaProps | Object | { autosize: { maxHeight: 125, minHeight: 0 } } | 透传给Textarea组件的全部属性,autosize支持Boolean或Object`boolean \| { maxHeight?: number, minHeight?: number }`| N
+textareaProps | Object | { autosize: { maxHeight: 264, minHeight: 48 } } | 透传给Textarea组件的全部属性,autosize支持Boolean或Object`boolean \| { maxHeight?: number, minHeight?: number }`,autosize数值单位为rpx| N
59
value | String | '' | 输入框的值 | N
60
onBlur | Function | () => {} | 输入框失焦时触发 | N
61
onChange | Function | () => {} | 输入框值发生变化时触发 | N
0 commit comments