-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[TextFieldLabel] Is there need for this component #6580
Comments
@mbrookes Should i make a PR? |
@kybarg I think you might as well just kill it in your current PR. Don't forget to update the components list at the top of: https://github.com/callemall/material-ui/blob/next/docs/src/pages/component-demos/text-fields/text-fields.md |
@mbrookes ok, thank you for the fast reply |
@kybarg, let's keep this open for now until your PR is merged. Please add it to the description there so it auto closes. |
* Adjusted styles accordingto specs, fixed #6425 * Fixes, simplified styles * Removed dead `TextFieldLabel` component as for #6580 * Added colors according to specs, `InputLabel` disabled prop * Avoiding label flicker and blurry text in webkit browsers * More smooth label animation. * More smooth font-size animation * Proper error color, added `FormHelperText` component * FormHelperText docs * Fixed lint errors * Added new component to styles order, fixes * Fixed disabled border style * FormHelperText exports * Remove unused TextFieldLabel * Form helper fixes, test, docs * TextField tests for FormHelperText * Get rid of TextFieldLabel.md, added tests for InputLabel * Added tests for FormControl * Make dirty if `defaultValue` is set * Fix helper text font * Fix label "flicker" in webkit browsers. * Use `theme.spacing.unit` instead of number values * Disabled composed text field demo * Fixed type check * Fixed type check error * Make `ComposedTextFiled` accept disabled prop * Fixed lint * Fixed docs and input * Exposed FormHelperTextProps and InputLabelProps * Fixed docs * Fixed multiline styles * Placeholder + Label behaviour * Fixes Placeholder styles look ugly. laceholder prefixing is to be impplemented in next JSS versions. * Fixed lint errors * Typo fixes * Typo fixes 2
Noticed there is
TextFieldLabel
component while this is almost copy ofInputLabel
andTextField
component depends onInputLabel
, notTextFieldLabel
.The text was updated successfully, but these errors were encountered: