Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3435 | Rev 3440 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3435 Rev 3439
Línea 25... Línea 25...
25
        name={name}
25
        name={name}
26
        control={control}
26
        control={control}
27
        defaultValue={defaultValue}
27
        defaultValue={defaultValue}
28
        rules={rules}
28
        rules={rules}
29
        render={({ field }) => (
29
        render={({ field }) => (
30
          <FormControl variant='standard' color={color} fullWidth sx={style}>
30
          <FormControl variant='standard' fullWidth sx={style}>
31
            {label && <InputLabel shrink>{label}</InputLabel>}
31
            {label && <InputLabel shrink>{label}</InputLabel>}
Línea 32... Línea 32...
32
 
32
 
33
            <InputBase
33
            <InputBase
-
 
34
              {...field}
34
              {...field}
35
              color={color}
35
              inputProps={{
36
              inputProps={{
36
                accept
37
                accept
37
              }}
38
              }}
38
              startAdornment={icon ? <InputAdornment>{icon}</InputAdornment> : null}
39
              startAdornment={icon ? <InputAdornment>{icon}</InputAdornment> : null}