Skip to content
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

Merged
merged 3 commits into from
Jul 6, 2015
Merged

[SelectField] width fix #1031

merged 3 commits into from
Jul 6, 2015

Conversation

chrismcv
Copy link
Contributor

@chrismcv chrismcv commented Jul 3, 2015

select field currently forced width to 256px after recent refactor.

@oliviertassinari
Copy link
Member

Can you add a defaultProps for full width? So we don't have to look to deep what is the default value?

@chrismcv
Copy link
Contributor Author

chrismcv commented Jul 3, 2015

there you go

@oliviertassinari
Copy link
Member

Thanks

@hai-cea hai-cea changed the title select field width fix [SelectField] width fix Jul 4, 2015
@hai-cea
Copy link
Member

hai-cea commented Jul 4, 2015

@chrismcv Can you fix the docs site as well please? Thanks!
image

@chrismcv
Copy link
Contributor Author

chrismcv commented Jul 4, 2015

@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....

@oliviertassinari
Copy link
Member

@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?

@chrismcv
Copy link
Contributor Author

chrismcv commented Jul 6, 2015

updated to match text-field

@oliviertassinari
Copy link
Member

@chrismcv Thanks, can you reduce the number of commit to only one?
Oh, looks like the build failed.

@chrismcv
Copy link
Contributor Author

chrismcv commented Jul 6, 2015

sorted

hai-cea added a commit that referenced this pull request Jul 6, 2015
@hai-cea hai-cea merged commit 307d5e0 into mui:master Jul 6, 2015
@hai-cea
Copy link
Member

hai-cea commented Jul 6, 2015

Thanks @chrismcv @oliviertassinari

@chrismcv chrismcv deleted the select-field branch February 1, 2016 21:12
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
* [mui#1031] Fix className of ClockNumber selected state

* [mui#1039] Fix not passing down InputProps

* Make InputProps not required
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
* 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
@zannager zannager added the component: select This is the name of the generic UI component, not the React module! label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: select This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants