Render separated boxes to enter a code.
This method will be triggered when the code text reached the maxLengthCode
This number indicates how many input code boxes should be rendered.
Default: 6
Text placeholder for each input code box.
Default: '-'
<InputCode
maxLengthCode=6
requestCode={requestCode}
/>