diff --git a/package.json b/package.json index 95bf5dc..ac4edf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zaihui/hui-design", - "version": "0.0.1-beta.87", + "version": "0.0.1-beta.88", "description": "小程序组件库", "templateInfo": { "name": "mobx", diff --git a/src/components/TextArea/TextArea.tsx b/src/components/TextArea/TextArea.tsx index 8f7b4c1..e2dac4f 100644 --- a/src/components/TextArea/TextArea.tsx +++ b/src/components/TextArea/TextArea.tsx @@ -94,7 +94,7 @@ const HuiTextArea: React.FC = (props) => { maxlength, placeholder = '请输入内容', disabled, - adjustPosition, + adjustPosition = true, showConfirmBar, autoFocus, confirmType = 'return',