React Material UI Entrada máxima Longitud

<Input
	inputProps={{ maxLength: 10 }} // sets the maximum length to 10
></Input>
blue dev