-
-
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
[SelectField] width fix #1031
[SelectField] width fix #1031
Conversation
Can you add a defaultProps for full width? So we don't have to look to deep what is the default value? |
there you go |
Thanks |
@chrismcv Can you fix the docs site as well please? Thanks! |
@hai-cea ah - my default was to 100%... what do you think it should be? i think 100% is more usable generally. and can fix docs to suit that.... |
@chrismcv I think that SelectField should have the same default width as TextField. Therefore fullWidth false as default may be better. What do you think? |
updated to match text-field |
@chrismcv Thanks, can you reduce the number of commit to only one? |
sorted |
Thanks @chrismcv @oliviertassinari |
* 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
select field currently forced width to 256px after recent refactor.