-
-
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
[EnhancedTextArea] Remove style-propable mixin #3252
Conversation
|
||
const styles = getStyles(this.props, this.state); | ||
|
||
const textareaStyles = Object.assign(styles.textarea, textareaStyle, { | ||
height: this.state.height, |
There was a problem hiding this comment.
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 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! On it.
de14cbe
to
05779ac
Compare
|
Awesome 👍 Thanks 😁 |
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. |
@newoga Thanks! |
[EnhancedTextArea] Remove style-propable mixin
No description provided.