bereaksi material ui input panjang maksimal
<Input
inputProps={{ maxLength: 10 }} // sets the maximum length to 10
></Input>
blue dev
<Input
inputProps={{ maxLength: 10 }} // sets the maximum length to 10
></Input>