79112725

Date: 2024-10-22 06:42:31
Score: 1.5
Natty:
Report link

2024 update:

in Material UI TextField, it works like this:

  <TextField
    slotProps={{
      htmlInput: {
        maxLength: 12,
        minLength: 12,
      },
    }}
  />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arshia.O