-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Care Date Time Component #6858
Comments
can you please assign me |
can you please look into this I am trying whether we can implement an infinite scroll for hours and minutes. Currently, when a user reaches the end, i.e., 23 hours or 59 minutes, the scroll stops. However, in the browser's default date-time input, the scroll is continuous. |
@konavivekramakrishna I've created a quick fiddle with the logic you are expecting, check it out if that helps. |
@Ashesh3 @rithviknishad https://codesandbox.io/p/sandbox/react-scroll-time-forked-nxnxjn |
Let's not over engineer it. Do not make it infinite scroll, just make it a static list. User can scroll up or down to select the time. |
@konavivekramakrishna Unassigning you from this issue due to inactivity. Feel free to reassign yourself if you are still working on it. |
Can you please look into this |
@Vasanth375 Nice attempt, few things...
|
@rithviknishad Please check it once, |
Is your feature request related to a problem? Please describe.
Currently, in CARE we have a Custom Date Component for date input (not browser default).
In CARE, we currently use the browser default date/time input field.
We need to create a custom date/time component for input both date and time.
The text was updated successfully, but these errors were encountered: