-
-
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
material #1044
Closed
Closed
material #1044
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added size prop to progress component
[TimePicker] Removed mouse pressed checking in minutes selector
[toolbar-group] Fixed error when a child element is null
Fixed syntax on example usage code
Sliders can take the prop step, which effects the granularity of the slider input. Commit includes the upgraded component and updated docs.
Customize UI components: Toggle.
[Slider] Take and use step props
Keyboard Friendly Dropdown
- customize radio button label color.
[Font Icons] Google material icons support
[eslint] enforce rule no-unused-vars
[SelectField] set font size to 16px
[DropDownMenu] fix warning on the text-field component page
[eslint] enforce no-ununsed-vars
[TextField] fix the floating label and hint text position
[eslint] add a gulp task and continue linting
@RaghvendraKumar Not sure what this PR is about - looks like it was created by accident? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.