Skip to content

Commit 4d4a9c8

Browse files
dream2023BANKA2017
authored andcommitted
doc: fix step-strictly docs typo (ElemeFE#18705)
1 parent f7ae3f8 commit 4d4a9c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/docs/en-US/input-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Use attribute `size` to set additional sizes with `medium`, `small` or `mini`.
174174
|min | the minimum allowed value | number || `-Infinity` |
175175
|max | the maximum allowed value | number || `Infinity` |
176176
|step | incremental step | number || 1 |
177-
|step-strictly | whether input value can only be multiple of step | number || false |
177+
|step-strictly | whether input value can only be multiple of step | boolean || false |
178178
|precision | precision of input value | number |||
179179
|size | size of the component | string | large/small||
180180
|disabled| whether the component is disabled | boolean || false |

examples/docs/es/input-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
176176
| min | el valor mínimo permitido | number || `-Infinity` |
177177
| max | el valor maximo permitido | number || `Infinity` |
178178
| step | incremento (salto) | number || 1 |
179-
| step-strictly | si el valor del input puede ser solo un multiplo de step | number || false |
179+
| step-strictly | si el valor del input puede ser solo un multiplo de step | boolean || false |
180180
| precision | precisión del valor del input | number |||
181181
| size | tamaño del componente | string | large/small ||
182182
| disabled | si el componente esta deshabilitado | boolean || false |

examples/docs/fr-FR/input-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Utilisez l'attribut `size` pour régler la taille avec `medium`, `small` ou `min
174174
| min | La valeur minimale autorisée. | number || `-Infinity` |
175175
| max | La valeur maximale autorisée. | number || `Infinity` |
176176
| step | Le pas pour l'incrémentation. | number || 1 |
177-
| step-strictly | Si la valeur ne peut être qu'un multiple du pas. | number || false |
177+
| step-strictly | Si la valeur ne peut être qu'un multiple du pas. | boolean || false |
178178
| precision | La précision de la valeur. | number |||
179179
| size | La taille du composant. | string | large/small||
180180
| disabled| Si le composant est désactivé. | boolean || false |

examples/docs/zh-CN/input-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
| min | 设置计数器允许的最小值 | number || -Infinity |
173173
| max | 设置计数器允许的最大值 | number || Infinity |
174174
| step | 计数器步长 | number || 1 |
175-
| step-strictly | 是否只能输入 step 的倍数 | number || false |
175+
| step-strictly | 是否只能输入 step 的倍数 | boolean || false |
176176
| precision| 数值精度 | number |||
177177
| size | 计数器尺寸 | string | large, small ||
178178
| disabled | 是否禁用计数器 | boolean || false |

0 commit comments

Comments
 (0)