Does anyone know what is the props to make a textfield in material ui to be 24 hour format? I cant seem to find anywhere? here is my current component
<TextField
type="time"
variant="outlined"
size="small"
name="startTime"
value={this.state.startTime}
onChange={handleChange}
/>