Skip to content

Commit

Permalink
fix(textarea): 适配支付宝小程序
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Dec 25, 2018
1 parent 0c9c7aa commit 85c00e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/textarea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default class AtTextarea extends AtComponent {
onBlur={this.handleBlur.bind(this)}
onConfirm={this.handleConfirm.bind(this)}
onLinechange={this.handleLinechange.bind(this)}
showCount={false}
/>
{
count
Expand Down

0 comments on commit 85c00e3

Please sign in to comment.