open timepicker just with click on input(no click on icon)
This commit is contained in:
@@ -2,7 +2,7 @@ import { Button } from "@mui/material";
|
||||
import ContentText from "@/app/component/ContentText";
|
||||
import TimePickerField from "@/app/component/TimePickerField";
|
||||
import AutoCompleteSelect from "@/app/component/element/AutoCompleteSelect";
|
||||
import { numberTurns, turnTime, workplace } from "./listSelector";
|
||||
import { turnTime, workplace } from "./listSelector";
|
||||
import EditField from "@/app/component/EditField";
|
||||
|
||||
function Form({
|
||||
@@ -36,7 +36,7 @@ function Form({
|
||||
name="number_turns"
|
||||
props={{
|
||||
inputProps: {
|
||||
min: 0,
|
||||
min: 1,
|
||||
max: 10,
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user