Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1794 Rev 1838
Línea 8... Línea 8...
8
  error = null,
8
  error = null,
9
  name = '',
9
  name = '',
10
  onChange = () => {},
10
  onChange = () => {},
11
  value = '',
11
  value = '',
12
  type = 'text',
12
  type = 'text',
-
 
13
  placeholder = '',
13
  accept = ''
14
  accept = ''
14
}) => {
15
}) => {
15
  return (
16
  return (
16
    <TextField
17
    <TextField
17
      label={label}
18
      label={label}
Línea 19... Línea 20...
19
      error={Boolean(error)}
20
      error={Boolean(error)}
20
      ref={inputRef}
21
      ref={inputRef}
21
      id={name}
22
      id={name}
22
      name={name}
23
      name={name}
23
      fullWidth
24
      fullWidth
-
 
25
      placeholder={placeholder}
24
      onChange={onChange}
26
      onChange={onChange}
25
      value={value}
27
      value={value}
26
      InputProps={{
28
      InputProps={{
27
        startAdornment: Icon ? (
29
        startAdornment: Icon ? (
28
          <InputAdornment position='start'>
30
          <InputAdornment position='start'>