Docs: update TimePicker doc (#11845)

* Time-Picker: Add missing translation

* Time-Picker: Add missing translation
pull/11861/head
tvChan 2018-07-03 19:16:54 +08:00 committed by hetech
parent d3224b582b
commit 0c9c35eb53
2 changed files with 10 additions and 0 deletions

View File

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

View File

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