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

[EnhancedTextArea] Remove style-propable mixin #3252

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

newoga
Copy link
Contributor

@newoga newoga commented Feb 9, 2016

No description provided.


const styles = getStyles(this.props, this.state);

const textareaStyles = Object.assign(styles.textarea, textareaStyle, {
height: this.state.height,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is another overprotective behavior 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! On it.

@newoga newoga added PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI and removed PR: Needs Review labels Feb 9, 2016
@newoga
Copy link
Contributor Author

newoga commented Feb 9, 2016

  • Removed overprotective behavior that overrides user provided style (comment)

@newoga newoga added PR: Needs Review and removed PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Feb 9, 2016
@alitaheri
Copy link
Member

Awesome 👍 Thanks 😁

@newoga
Copy link
Contributor Author

newoga commented Feb 10, 2016

Related to #3059. If that issue describes the correct behavior, this PR should be changed, I didn't see changes in the commit referenced when I was migrating.

@oliviertassinari
Copy link
Member

@newoga Thanks!

oliviertassinari added a commit that referenced this pull request Feb 10, 2016
[EnhancedTextArea] Remove style-propable mixin
@oliviertassinari oliviertassinari merged commit c10f63d into mui:master Feb 10, 2016
@newoga newoga deleted the #2852/enhanced-textarea branch February 10, 2016 14:30
@zannager zannager added package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5. component: TextareaAutosize The React component. labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: TextareaAutosize The React component. package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants