Skip to content

Commit

Permalink
fix(textarea): 修复 maxlength 设置无效
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Dec 14, 2018
1 parent a80954c commit 50f1788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/textarea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class AtTextarea extends AtComponent {
className='at-textarea__textarea'
value={value}
confirmType='完成'
maxLength={actualMaxlength}
maxlength={actualMaxlength}
placeholder={placeholder}
disabled={disabled}
autoFocus={autoFocus}
Expand Down

0 comments on commit 50f1788

Please sign in to comment.