Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cascader: add compact size #15896

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/docs/en-US/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ You can customize the content of cascader node.
| value / v-model | binding value | - | — | — |
| options | data of the options,the key of `value` and `label` can be customize by `Props`.| array | — | — |
| props | configuration options, see the following table. | object | — | — |
| size | size of input | string | medium / small / mini | — |
| size | size of input | string | medium / small / mini / compact | — |
| placeholder | placeholder of input | string | — | Select |
| disabled | whether Cascader is disabled | boolean | — | false |
| clearable | whether selected value can be cleared | boolean | — | false |
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/es/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ Puede personalizar el contenido del nodo de cascada.
| value / v-model | valor ligado | - | — | — |
| options | datos de las opciones,las claves `value` y `label` pueden ser personalizadas por `Props`. | array | — | — |
| props | opciones de configuración, consulte la siguiente tabla. | object | — | — |
| size | tamaño del input | string | medium / small / mini | — |
| size | tamaño del input | string | medium / small / mini / compact | — |
| placeholder | placeholder del input | string | — | Select |
| disabled | si Cascader esta deshabilitada | boolean | — | false |
| clearable | si el valor seleccionado puede ser borrado | boolean | — | false |
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ You can customize the content of cascader node.
| value / v-model | binding value | - | — | — |
| options | data of the options,the key of `value` and `label` can be customize by `Props`.| array | — | — |
| props | configuration options, see the following table. | object | — | — |
| size | size of input | string | medium / small / mini | — |
| size | size of input | string | medium / small / mini / compact | — |
| placeholder | placeholder of input | string | — | Select |
| disabled | whether Cascader is disabled | boolean | — | false |
| clearable | whether selected value can be cleared | boolean | — | false |
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
| value / v-model | 选中项绑定值 | - | — | — |
| options | 可选项数据源,键名可通过 `Props` 属性配置 | array | — | — |
| props | 配置选项,具体见下表 | object | — | — |
| size | 尺寸 | string | medium / small / mini | — |
| size | 尺寸 | string | medium / small / mini / compact | — |
| placeholder | 输入框占位文本 | string | — | 请选择 |
| disabled | 是否禁用 | boolean | — | false |
| clearable | 是否支持清空选项 | boolean | — | false |
Expand Down