ant-design/components/select/demo/status.md

14 lines
243 B
Markdown
Raw Normal View History

## zh-CN
使用 `status` 为 Select 添加状态,可选 `error` 或者 `warning`
## en-US
Add status to Select with `status`, which could be `error` or `warning`.
```css
#components-select-demo-status .ant-select {
margin: 0;
}
```