Veronika Bowersock
Veronika Bowersock
When I attempt to reset the values back to 0 after submitting, the component doesn't rerender ``` const [ozValue, setOzValue] = useState(0); const [minuteValue, setMinuteValue] = useState(0); const clearValues =...
Is there a way to prevent the dropdown from opening onFocus? I need it to only open when the user enters a search term.
How do i use props to make this computer reusable? I tried to initialize with useEffect but it didn't work. The list is blank unless i explicitly specify the options...