Hi, can someone tell me how can I add min and max ...
# react
s
Hi, can someone tell me how can I add min and max value to the mui number textfield here?
_TextField_ *{*
+props
variant = FormControlVariant.outlined
type = InputType.number
fullWidth = true
}
t
AFAIK You can specify props and receive additional properties
Copy code
TextField<**MoreDetailedProps**> {
   // ...
}