2.13.9
Any
https://codepen.io/anon/pen/xPEerv?editors=0010
See code
width is set at 100%
width is fixed at 80px
It is by designed, try <InputNumber style={{ width: '100%' }} />.
<InputNumber style={{ width: '100%' }} />
Most helpful comment
It is by designed, try
<InputNumber style={{ width: '100%' }} />.