Skip to content
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

Time Picker Changes the selected time by default after every one minutes #11225

Closed
rajeshb1392 opened this issue May 3, 2018 · 1 comment
Closed
Labels
component: time picker This is the name of the generic UI component, not the React module! v0.x

Comments

@rajeshb1392
Copy link

Description : Time Picker Changes the selected time by default after every one minutes, So basically when we select the Date and after selecting the time(Hours) then in the minutes page we are moving the pointer to some other time from the default current time.
When we are moving that after a minutes it is coming back to the default one which was loaded while opening the minutes picker and this is happening only in client machines not in the localhost when we are using this with ReactJS.

Expected Behavior
If user is dragging the minutes degree to something else from the default one then it should stay in the same unless clicking on the OK button.

Current Behavior
If we are not clicking the OK button after moving the minutes to something else then within a mintues its going to default one.

@oliviertassinari oliviertassinari added v0.x component: time picker This is the name of the generic UI component, not the React module! labels May 3, 2018
@oliviertassinari
Copy link
Member

oliviertassinari commented May 3, 2018

@rajeshb1392 The time picker is a challenging component to implement. The complexity comes from different sources: date manipulation and correctness, internationalization, keyboard/touch/mouse interactions, customization capabilities. We haven't been porting it to the v1-beta branch yet, nor it's a priority. But we are documenting alternatives. Here are some components that are promising:

I'm closing for #4796.

We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: time picker This is the name of the generic UI component, not the React module! v0.x
Projects
None yet
Development

No branches or pull requests

2 participants