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

fix(multiline-input): Expand behaviour not working #804

Merged
merged 1 commit into from
May 22, 2019

Conversation

jonnybel
Copy link
Contributor

Summary

The MultilineTextInput expand behaviour is currently broken. This PR restores the functionality.

@jonnybel jonnybel added 🐛 Type: Bug Something isn't working Semver: FIX labels May 22, 2019
@jonnybel jonnybel requested a review from montezume May 22, 2019 15:11
@jonnybel jonnybel self-assigned this May 22, 2019
@@ -26,7 +26,6 @@ const getTextareaStyles = (props, theme) => {
props.isCollapsed &&
css`
overflow: hidden;
word-break: break-all;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was already above, so it wasn't doing anything.

@montezume
Copy link
Contributor

Can you check if this also effects our other components? LocalizedMultilineText input for one

@jonnybel
Copy link
Contributor Author

Yes, I already did and it was by checking it that I found how to fix the bug 😄

@montezume montezume merged commit f5d4c4d into master May 22, 2019
@montezume montezume deleted the fix-multiline-input-expand branch May 22, 2019 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants