pull/1956/head
qingwei.li 2016-12-26 11:44:22 +08:00
parent e0dae7eeb4
commit fa98a19d46
6 changed files with 6 additions and 6 deletions

View File

@ -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 |

View File

@ -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 |

View File

@ -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 |

View File

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

View File

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

View File

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