Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2099 Rev 2705
Línea 39... Línea 39...
39
  id,
39
  id,
40
  className,
40
  className,
41
  error = null,
41
  error = null,
42
  onChange = () => {},
42
  onChange = () => {},
43
  type = 'text',
43
  type = 'text',
44
  icon: Icon = null
44
  icon: Icon = null,
-
 
45
  disabled
45
}) => {
46
}) => {
46
  return (
47
  return (
47
    <FormControl variant='standard' fullWidth>
48
    <FormControl variant='standard' fullWidth>
48
      <InputLabel shrink>{label}</InputLabel>
49
      <InputLabel shrink>{label}</InputLabel>
Línea 53... Línea 54...
53
        name={name}
54
        name={name}
54
        onChange={onChange}
55
        onChange={onChange}
55
        value={value}
56
        value={value}
56
        type={type}
57
        type={type}
57
        placeholder={placeholder}
58
        placeholder={placeholder}
-
 
59
        disabled={disabled}
58
        inputRef={inputRef}
60
        inputRef={inputRef}
59
        inputProps={{
61
        inputProps={{
60
          accept
62
          accept
61
        }}
63
        }}
62
        startAdornment={
64
        startAdornment={