qingwei.li 8 years ago
parent
commit
fa98a19d46

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

@@ -279,4 +279,4 @@ Picking a date range is supported.
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | triggers when input value changes, return format value | |
+| change | triggers when input value changes | formatted value |

+ 1 - 1
examples/docs/en-US/datetime-picker.md

@@ -234,5 +234,5 @@ Select date and time in one picker.
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | triggers when input value changes, return format value | |
+| change | triggers when input value changes | formatted value |
 

+ 1 - 1
examples/docs/en-US/time-picker.md

@@ -171,5 +171,5 @@ Can pick an arbitrary time range.
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | triggers when input value changes, return format value | |
+| change | triggers when input value changes | formatted value |
 

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

@@ -312,5 +312,5 @@
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
+| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |
 

+ 1 - 1
examples/docs/zh-CN/datetime-picker.md

@@ -257,6 +257,6 @@
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
+| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |
 
 

+ 1 - 1
examples/docs/zh-CN/time-picker.md

@@ -178,7 +178,7 @@
 ### Events
 | Event Name | Description | Parameters |
 |---------|--------|---------|
-| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
+| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |