When trying to use the number input field in chakra ui the right end of the text is always cutoff towards the end
<NumberInput width={16} size={'xs'} >
<NumberInputField />
</NumberInput>
In the case of the image above i typed 3232 into the textbox
Update I got this fixed by adding padding to the number input field manually.