mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Add plain text form item in demo, close #4465
This commit is contained in:
parent
9df1eb91db
commit
53371dfe3e
@ -47,7 +47,13 @@ const Demo = Form.create()(React.createClass({
|
||||
wrapperCol: { span: 14 },
|
||||
};
|
||||
return (
|
||||
<Form horizontal onSubmit={this.handleSubmit}>
|
||||
<Form onSubmit={this.handleSubmit}>
|
||||
<FormItem
|
||||
{...formItemLayout}
|
||||
label="Nation"
|
||||
>
|
||||
<span className="ant-form-text">China</span>
|
||||
</FormItem>
|
||||
<FormItem
|
||||
{...formItemLayout}
|
||||
label="Select"
|
||||
|
Loading…
Reference in New Issue
Block a user