rsm-hcd / AndcultureCode.JavaScript.React.Components

Common atomically designed react components used at andculture
6 stars 8 forks source link

InputFormField should accept type number #108

Open nhinhdao opened 3 years ago

nhinhdao commented 3 years ago

Used this component in a small Winestore project and I noticed InputFormField only works for string inputs and value only takes string | undefined. Tried to use it for number but I had to convert value to string before passing the value and convert it back to number before setting the state