mirror of https://github.com/ElemeFE/element
Fix doc
parent
e0dae7eeb4
commit
fa98a19d46
|
@ -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 |
|
||||
|
|
|
@ -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 |
|
||||
|
||||
|
|
|
@ -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 |
|
||||
|
||||
|
|
|
@ -312,5 +312,5 @@
|
|||
### Events
|
||||
| Event Name | Description | Parameters |
|
||||
|---------|--------|---------|
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |
|
||||
|
||||
|
|
|
@ -257,6 +257,6 @@
|
|||
### Events
|
||||
| Event Name | Description | Parameters |
|
||||
|---------|--------|---------|
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |
|
||||
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
### Events
|
||||
| Event Name | Description | Parameters |
|
||||
|---------|--------|---------|
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | format value |
|
||||
| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue