-
Notifications
You must be signed in to change notification settings - Fork 832
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
Responsive DatePicker broken in v4-alpha.8 #1882
Comments
What do you mean by it's broken? Do you have a reproduction? |
Should it render mobile date picker on small screen. https://v4-0-0-alpha-5.material-ui-pickers.dev/demo/datepicker#responsiveness === https://v4-0-0-alpha-8.material-ui-pickers.dev/demo/datepicker#responsiveness |
@xiaoyu-tamu The description of the section is wrong. We forgot to update it. Do you want to work on it? :)
The desktop vs mobile split is determined by the pointer support of the device. If the pointer is touch, it uses the Mobile version. If the pointer is fine (mouse), it uses the Desktop version. |
* [docs] Update responsiveness section close #1882 * Update index.mdx * Update index.mdx * Update docs/pages/demo/datepicker/index.mdx * apply same description to the other components Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
https://v4-0-0-alpha-8.material-ui-pickers.dev/demo/datepicker#responsiveness
The text was updated successfully, but these errors were encountered: