-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Update] Vertical scrolling dialog #1045
Conversation
Can you update time-picker/time-picker-dialog.jsx as well? |
sorry... was running from |
@chrismcv can you squash please? |
seems to be as much as i can easily... that ok? |
@chrismcv content looks good. Thanks for handling the merge! |
@chrismcv Thanks for this - I found that the "Scrollable Content and Custom Actions" button does not work for me on the docs site? |
oops - i renamed event handlers and missed one.... sorted now |
Thanks @chrismcv - Just another small fix. Looks like the typography on the title is incorrrect. |
sorry for the delay, sorted now |
[Update] Vertical scrolling dialog
* Created base <Picker /> component for rendering all possible views * Recreate TimePicker with new <Picker /> component * Add TimePicker toolbar and fully replace old TimePickerRoot * Fix not generating docs when exported several components * Redo DatePicker on <Picker /> * Grand Views Refactoring * Fix Root-Pickers tests * Fix ts errors * Fix Object(...) is not a function error * Fix loosing selected meridiem * Use wildcard import rather than default import (mui#1038) * [mui#1031] Fix className of ClockNumber selected state (mui#1045) * Bugfix/spread input props (mui#1046) * [mui#1031] Fix className of ClockNumber selected state * [mui#1039] Fix not passing down InputProps * Make InputProps not required * Redo DateTimePickerToolbar to use grid * Get rid of 'selected' and 'disabled' classes * Fix console warnings
Hi,
I've started from @jkruder's vertical scrolling dialog #531, and re-merged. Think this is a really useful addition for #525 .
Merge wasn't straightforward, so may have missed a few things. Please have a look and I can make any changes necessary.
Thanks,
Chris