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
@hughkolias The date 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.
General Summary
When using datepicker, the safari browser tries to autofill the birthday into the field in an infinite loop, causing the browser to crash.
Changing the name and textfield fixes the issue, as does removing autofill from the browser.
We've tried autoComplete='off' in as well as in the component, as well as autoComplete='None'.
Is there a way to disable autofill to prevent this from happening? Has anyone else seen this issue?
This is not an issue in other browsers.
Expected Behavior
Should not allow autofill in the DatePicker. Autofill should not break datepicker.
Current Behavior
See general summary above.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: