Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2795 Rev 3075
Línea 31... Línea 31...
31
        control={control}
31
        control={control}
32
        rules={rules}
32
        rules={rules}
33
        defaultValue={defaultValue}
33
        defaultValue={defaultValue}
34
        render={({ field }) => (
34
        render={({ field }) => (
35
          <FormControl fullWidth>
35
          <FormControl fullWidth>
36
            <InputLabel shrink>{label}</InputLabel>
36
            {label && <InputLabel shrink>{label}</InputLabel>}
Línea 37... Línea 37...
37
 
37
 
38
            <MuiSelect
38
            <MuiSelect
39
              {...field}
39
              {...field}
40
              fullWidth
40
              fullWidth
Línea 62... Línea 62...
62
    )
62
    )
63
  }
63
  }
Línea 64... Línea 64...
64
 
64
 
65
  return (
65
  return (
66
    <FormControl fullWidth>
66
    <FormControl fullWidth>
Línea 67... Línea 67...
67
      <InputLabel shrink>{label}</InputLabel>
67
      {label && <InputLabel shrink>{label}</InputLabel>}
68
 
68
 
69
      <MuiSelect
69
      <MuiSelect
70
        name={name}
70
        name={name}