Skip to content

Commit 2e92666

Browse files
guojiongweihzsrc
authored andcommitted
DatePicker: 文档补充append-to-body字段 (ElemeFE#21970)
1 parent 43f07a6 commit 2e92666

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/docs/en-US/date-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ When picking a date range, you can assign the time part for start date and end d
476476
| prefix-icon | Custom prefix icon class | string || el-icon-date |
477477
| clear-icon | Custom clear icon class | string || el-icon-circle-close |
478478
| validate-event | whether to trigger form validation | boolean | - | true |
479+
| append-to-body | whether to append DatePicker itself to body | boolean || true |
479480

480481
### Picker Options
481482
| Attribute | Description | Type | Accepted Values | Default |

examples/docs/es/date-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
476476
| unlink-panels | desvincular los dos paneles de fecha en el range-picker | boolean || false |
477477
| prefix-icon | Clase personalizada para el icono prefijado | string || el-icon-date |
478478
| clear-icon | Clase personalizada para el icono `clear` | string || el-icon-circle-close |
479+
| append-to-body | Si adjuntar el cuadro de DatePicker al cuerpo | boolean || true |
479480

480481
### Opciones del Picker
481482
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |

examples/docs/fr-FR/date-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ Lorsque vous choisissez une plage de dates, vous pouvez assigner l'horaire de d
456456
| prefix-icon | Icône de préfixe. | string || el-icon-date |
457457
| clear-icon | Icône de reset. | string || el-icon-circle-close |
458458
| validate-event | Si la validation doit être déclenchée. | boolean | - | true |
459+
| append-to-body | S'il faut ajouter le DatePicker au body | boolean || true |
459460

460461
### Options du Picker
461462
| Attribut | Description | Type | Valeurs acceptées | Défaut |

examples/docs/zh-CN/date-picker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@
429429
| prefix-icon | 自定义头部图标的类名 | string || el-icon-date |
430430
| clear-icon | 自定义清空图标的类名 | string || el-icon-circle-close |
431431
| validate-event | 输入时是否触发表单的校验 | boolean | - | true |
432+
| append-to-body | DetePicker 自身是否插入至 body 元素上。 | boolean || true |
432433

433434
### Picker Options
434435
| 参数 | 说明 | 类型 | 可选值 | 默认值 |

0 commit comments

Comments
 (0)