You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| prop | un clave del modelo. En el uso del método validate and resetFields, el atributo es obligatorio. | string | Clave del modelo que se ha pasado a `form`||
640
640
| label | etiqueta | string | — | — |
641
-
| label-width | ancho de la etiqueta, e.g. '50px'| string | — | — |
641
+
| label-width | ancho de la etiqueta, e.g. '50px'. Width `auto` is supported| string | — | — |
642
642
| required | si el campo es obligatorio o no, estará determinado por las reglas de validación si se omite. | boolean | — | false |
643
643
| rules | reglas de validacion del form | object | — | — |
644
644
| error | mensaje de error de campo, establezca su valor y el campo validará el error y mostrará este mensaje inmediatamente. | string | — | — |
0 commit comments