Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3392 Rev 3393
Línea 30... Línea 30...
30
          {label && <InputLabel>{label}</InputLabel>}
30
          {label && <InputLabel>{label}</InputLabel>}
31
          <Datetime
31
          <Datetime
32
            dateFormat={dateFormat}
32
            dateFormat={dateFormat}
33
            onChange={(e) => onChange(e.format(parseFormat))}
33
            onChange={(e) => onChange(e.format(parseFormat))}
34
            timeFormat={displayTime}
34
            timeFormat={displayTime}
-
 
35
            inputProps={{
35
            inputProps={{ className: 'form-control', ref, name }}
36
              className: 'form-control',
-
 
37
              ref,
-
 
38
              name,
-
 
39
              autoComplete: 'off'
-
 
40
            }}
36
            value={value}
41
            value={value}
37
            initialValue={defaultValue}
42
            initialValue={defaultValue}
38
            closeOnSelect
43
            closeOnSelect
39
          />
44
          />
40
          {error && <FormErrorFeedback>{error.message}</FormErrorFeedback>}
45
          {error && <FormErrorFeedback>{error.message}</FormErrorFeedback>}