mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
update optionGroup Demo
This commit is contained in:
parent
6cfdca61a8
commit
ea298befa5
@ -20,15 +20,11 @@ React.render(
|
||||
style={{width:200}}
|
||||
showSearch={false}
|
||||
onChange={handleChange}>
|
||||
<OptGroup label="manager">
|
||||
<Option value="jack">
|
||||
<b style={{
|
||||
color: 'red'
|
||||
}}>jack</b>
|
||||
</Option>
|
||||
<OptGroup label="Manager">
|
||||
<Option value="jack">jack</Option>
|
||||
<Option value="lucy">lucy</Option>
|
||||
</OptGroup>
|
||||
<OptGroup label="engineer">
|
||||
<OptGroup label="Engineer">
|
||||
<Option value="yiminghe">yiminghe</Option>
|
||||
</OptGroup>
|
||||
</Select>
|
||||
|
Loading…
Reference in New Issue
Block a user