Răsfoiți Sursa

Docs: update TimePicker doc (#11845)

* Time-Picker: Add missing translation

* Time-Picker: Add missing translation
tvChan 7 ani în urmă
părinte
comite
0c9c35eb53
2 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 5 0
      examples/docs/en-US/time-picker.md
  2. 5 0
      examples/docs/es/time-picker.md

+ 5 - 0
examples/docs/en-US/time-picker.md

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

+ 5 - 0
examples/docs/es/time-picker.md

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