Pythonidaer / stepping-stones

Not sure where this will go yet, but I want to use React, Vercel, Vite, React-Hook-Forms and Styled Components.
https://stepping-stones-six.vercel.app
MIT License
2 stars 1 forks source link

Input Range counter for Commitment Days potential bug #5

Open Pythonidaer opened 1 year ago

Pythonidaer commented 1 year ago

Currently it looks like there are instances where the range input can be fully selected but the number 1 shows.

The range is a min of 1 and max of 7 (since it's days in a week), so I think this might be resolved by setting up default state for this and modifying the state onChange. Currently this does not exist.