mirror of https://github.com/ElemeFE/element
Docs: update TimePicker doc (#11845)
* Time-Picker: Add missing translation * Time-Picker: Add missing translationpull/11861/head
parent
d3224b582b
commit
0c9c35eb53
|
@ -216,3 +216,8 @@ Can pick an arbitrary time range.
|
|||
| change | triggers when user confirms the value | component's binding value |
|
||||
| blur | triggers when Input blurs | component instance |
|
||||
| focus | triggers when Input focuses | component instance |
|
||||
|
||||
### Methods
|
||||
| Method | Description | Parameters |
|
||||
| ---- | ---- | ---- |
|
||||
| focus | focus the Input component | - |
|
||||
|
|
|
@ -216,3 +216,8 @@ Es posible escoger un rango de tiempo arbitrario.
|
|||
| change | se lanza cuando el usuario confirma el valor | valor vinculado del componente |
|
||||
| blur | se lanza cuando el input se difumina | instancia del componente |
|
||||
| focus | se lanza cuando el input se enfoca | instancia del componente |
|
||||
|
||||
### Metodos
|
||||
| Metodo | Descripción | Parameteros |
|
||||
| ------ | -------------------------- | ----------- |
|
||||
| focus | coloca el foco en el input | — |
|
||||
|
|
Loading…
Reference in New Issue