You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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:
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.
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.
The text was updated successfully, but these errors were encountered: