mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
update docs
This commit is contained in:
parent
144cca268d
commit
52c26872cb
@ -28,14 +28,15 @@
|
|||||||
| defaultValue | 指定默认选中的条目 | string/Array<String> | 无 |
|
| defaultValue | 指定默认选中的条目 | string/Array<String> | 无 |
|
||||||
| multiple | 支持多选 | boolean | false |
|
| multiple | 支持多选 | boolean | false |
|
||||||
| filterOption | 是否根据输入项进行筛选 | boolean | true |
|
| filterOption | 是否根据输入项进行筛选 | boolean | true |
|
||||||
| tags | 可以把随意输入的条目作为tag,输入项不需要与下拉选项匹配 | boolean |false |
|
| tags | 可以把随意输入的条目作为 tag,输入项不需要与下拉选项匹配 | boolean |false |
|
||||||
| onSelect | 被选中时调用,参数为选中的option value值 | function(value, option) | 无 |
|
| onSelect | 被选中时调用,参数为选中项的 value 值 | function(value, option) | 无 |
|
||||||
| onDeselect | 取消选中时调用,参数为选中的option value值,仅在multiple或tags模式下生效 | function(value, option) | 无 |
|
| onDeselect | 取消选中时调用,参数为选中项的 option value 值,仅在 multiple 或 tags 模式下生效 | function(value, option) | 无 |
|
||||||
| onChange | 选中option,或input的value变化(combobox模式下)时,调用此函数 | function(value, label) | 无 |
|
| onChange | 选中option,或input的value变化(combobox 模式下)时,调用此函数 | function(value, label) | 无 |
|
||||||
| allowClear | 显示清除按钮 | boolean | false |
|
| allowClear | 显示清除按钮 | boolean | false |
|
||||||
| onSearch | 文本框值变化时回调 | function(value: String) | |
|
| onSearch | 文本框值变化时回调 | function(value: String) | |
|
||||||
| placeholder | 选择框默认文字 | string | 无 |
|
| placeholder | 选择框默认文字 | string | 无 |
|
||||||
| searchPlaceholder | 搜索框默认文字 | string | 无 |
|
| searchPlaceholder | 搜索框默认文字 | string | 无 |
|
||||||
|
| dropdownMatchSelectWidth | 下拉菜单和选择器同宽 | boolean | false |
|
||||||
| optionFilterProp | 输入项过滤对应的 option 属性 | string | value |
|
| optionFilterProp | 输入项过滤对应的 option 属性 | string | value |
|
||||||
| combobox | 输入框自动提示模式 | boolean | false |
|
| combobox | 输入框自动提示模式 | boolean | false |
|
||||||
| size | 选择框大小,可选 `large` `small` | String | default |
|
| size | 选择框大小,可选 `large` `small` | String | default |
|
||||||
@ -47,12 +48,12 @@
|
|||||||
| 参数 | 说明 | 类型 | 默认值 |
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|----------|----------------|----------|--------------|
|
|----------|----------------|----------|--------------|
|
||||||
| disabled | 是否禁用 | Boolean | false |
|
| disabled | 是否禁用 | Boolean | false |
|
||||||
| key | 如果react需要你设置此项,此项值与value的值相同,然后可以省略value设置 | String | |
|
| key | 如果 react 需要你设置此项,此项值与 value 的值相同,然后可以省略 value 设置 | String | |
|
||||||
| value | 默认根据此属性值进行筛选 | String | - |
|
| value | 默认根据此属性值进行筛选 | String | - |
|
||||||
|
|
||||||
### OptGroup props
|
### OptGroup props
|
||||||
|
|
||||||
| 参数 | 说明 | 类型 | 默认值 |
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|----------|----------------|----------|--------------|
|
|----------|----------------|----------|-----------------|
|
||||||
| label | 组名 | String/React.Element | 无 |
|
| label | 组名 | String/React.Element | 无 |
|
||||||
| key | | String | - |
|
| key | | String | - |
|
||||||
|
@ -135,7 +135,7 @@ Ant Design React 支持所有的现代浏览器和 IE8+。
|
|||||||
|
|
||||||
### 改变主色系
|
### 改变主色系
|
||||||
|
|
||||||
- [演示](https://github.com/ant-tool/xtool/tree/master/examples/customize-antd-theme)。
|
- [配置代码示例](https://github.com/ant-tool/xtool/tree/master/examples/customize-antd-theme)
|
||||||
|
|
||||||
## 小甜点
|
## 小甜点
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user