-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Improvement] DatePicker properties autoOk, minDate e maxDate #538
Conversation
Improvement in DatePicker: autoOk - true for automatically Accepting if click on a date directly; minDate - minimiun selectable date; maxDate - maximum selectable date. issue #427
Added autoOk in docs
@castrolol Thanks for PR! It looks great - I just have a couple suggestions.
Hai |
Adds disable month buttons with max and min date, hide the ok button when autoOk is true
@hai-cea the suggestions are done :D |
See PR #511. The min/max date has been implemented (along with adding year selection). The only aspect of this request that does not exist is the autoOk prop. |
[Improvement] DatePicker properties autoOk, minDate e maxDate
Thanks for making the corrections @castrolol! Fixes mui/mui-x#7543 and mui/mui-x#7540 |
awesome work~~! |
@castrolol It seems the autoOk has an issue. If I have auto-accept on and click next or previous month, the date gets auto-accepted. http://material-ui.com/#/components/date-picker |
@jhubert in the docs not working the auto accept, in home I 'll test ;D |
Improvement in DatePicker
references the issue mui/mui-x#7540