Commit 0c9c35eb authored by tvChan's avatar tvChan Committed by hetech

Docs: update TimePicker doc (#11845)

* Time-Picker: Add missing translation

* Time-Picker: Add missing translation
parent d3224b58
...@@ -216,3 +216,8 @@ Can pick an arbitrary time range. ...@@ -216,3 +216,8 @@ Can pick an arbitrary time range.
| change | triggers when user confirms the value | component's binding value | | change | triggers when user confirms the value | component's binding value |
| blur | triggers when Input blurs | component instance | | blur | triggers when Input blurs | component instance |
| focus | triggers when Input focuses | 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. ...@@ -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 | | change | se lanza cuando el usuario confirma el valor | valor vinculado del componente |
| blur | se lanza cuando el input se difumina | instancia del componente | | blur | se lanza cuando el input se difumina | instancia del componente |
| focus | se lanza cuando el input se enfoca | 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 | — |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment