reação material de interface de usuário máxima comprimento máximo
<Input
inputProps={{ maxLength: 10 }} // sets the maximum length to 10
></Input>
blue dev
<Input
inputProps={{ maxLength: 10 }} // sets the maximum length to 10
></Input>