Sergey

Results 1 issues of Sergey

![image](https://user-images.githubusercontent.com/37242034/194797316-3c0a3508-7734-431e-b14f-a78e08a7e6f4.png) gif issue: ![anim](https://user-images.githubusercontent.com/37242034/194798590-568c15bd-093b-49ad-99e2-d1b3e958039d.gif) component: ` const MyComponent = () => { const [value, setValue] = useState(1000000) const min = 0 const max = 5000000 const handleChange = (e) =>...