update customized validation demo (#3242)

This commit is contained in:
Shawn Sit 2016-09-30 12:11:13 +08:00 committed by 偏右
parent b63d620625
commit 4548b9521f

View File

@ -176,7 +176,7 @@ let Demo = React.createClass({
{this.state.rePassBarShow ? this.renderPassStrengthBar('rePass') : null} {this.state.rePassBarShow ? this.renderPassStrengthBar('rePass') : null}
</Col> </Col>
</Row> </Row>
<FormItem><Button type="primary" onClick={this.handleSubmit}>提交</Button></FormItem> <FormItem><Button type="primary" onClick={this.handleSubmit}>Submit</Button></FormItem>
</Form> </Form>
</div> </div>
); );