Skip to content

Commit

Permalink
input demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 24, 2017
1 parent 4a0846c commit 62577bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pages/InputPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Page extends Component {
<Panel.Title>显示输入字数</Panel.Title>
</Panel.Header>
<Panel.Body>
<Cell><Input autosize showLength type="textarea" rows="4" maxLength="200" placeholder="摘要" value="111" /></Cell>
<Cell><Input autosize showLength type="textarea" rows="4" maxLength="200" placeholder="摘要" /></Cell>
</Panel.Body>
</Panel>

Expand Down

0 comments on commit 62577bf

Please sign in to comment.