mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
update customized validation demo (#3242)
This commit is contained in:
parent
b63d620625
commit
4548b9521f
@ -176,7 +176,7 @@ let Demo = React.createClass({
|
||||
{this.state.rePassBarShow ? this.renderPassStrengthBar('rePass') : null}
|
||||
</Col>
|
||||
</Row>
|
||||
<FormItem><Button type="primary" onClick={this.handleSubmit}>提交</Button></FormItem>
|
||||
<FormItem><Button type="primary" onClick={this.handleSubmit}>Submit</Button></FormItem>
|
||||
</Form>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user