Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1781 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1781 Rev 1794
Línea 26... Línea 26...
26
      InputProps={{
26
      InputProps={{
27
        startAdornment: Icon ? (
27
        startAdornment: Icon ? (
28
          <InputAdornment position='start'>
28
          <InputAdornment position='start'>
29
            <Icon />
29
            <Icon />
30
          </InputAdornment>
30
          </InputAdornment>
31
        ) : null,
31
        ) : null
-
 
32
      }}
-
 
33
      inputProps={{
32
        accept
34
        accept
33
      }}
35
      }}
34
      type={type}
36
      type={type}
35
    />
37
    />
36
  )
38
  )