community health
For anyone else struggling with getting an input component to save a number using Antd, you have to use
<InputNumber>. <Input /> and <Input type='number' /> so NOT work. I probably should have known this but it would have been great if anyone one from the community could have helped me out with this. I am sure this is common knowledge for most but I spent 2 hours trying to find a solution to this.