The current state is zero and it shows zero on the input, I want to change the input value to any other number? I didn't include the full code just where is having an issue. Thanks
const [value, setValue] = useState(0)
<input type="number" value={value} min="0" onChange={handleOnChangeSoda} required/>
handleOnChangeSoda.const handleOnChangeSoda = e => { setSoda(sodaPrice * [e.target.value]) setValue(value) }