How to edit the the time picker of material-ui-time-picker?
问题 I have a material-ui-time-picker and I want to control this input, it works well, but I want to edit the time input from the keyboard and not when I click the input on the clock. My code is : import React, { Component } from "react"; import { TimePicker } from "material-ui-time-picker"; import { Input as Time, Dialog as Clock } from "@material-ui/core"; openDialog = () => this.setState({ isOpen: true }); closeDialog = () => this.setState({ isOpen: false }); handleDialogTimeChange = newValue =