Skip to content

Commit

Permalink
fix(components): 修复 input 属性问题。 close #2840
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjinjin0731 authored Apr 22, 2019
1 parent ada2ed5 commit bdd1070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/src/components/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Input extends Nerv.Component {
className={cls}
placeholder={placeholder}
disabled={disabled}
max={maxLength}
maxlength={maxLength}
onInput={this.onInput}
onFocus={this.onFocus}
onBlur={this.onBlur}
Expand Down

0 comments on commit bdd1070

Please sign in to comment.