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

Fixes input group btn height bug #23810

Merged
merged 1 commit into from
Oct 2, 2017
Merged

Conversation

andresgalante
Copy link
Collaborator

@andresgalante andresgalante commented Sep 3, 2017

This is a follow up from this PR #23806.

The elements within input-group now stretches to avoid bugs like the one described on #23745, it now looks like this:
screen shot 2017-09-03 at 1 52 30 pm

@mattcheah Please feel free to take this PR as an example to fix yours if you want. If you do please close this PR

This is fixing the problems introduced on this commit: 02ae73f

Fixes #23745

@alecpl
Copy link
Contributor

alecpl commented Sep 6, 2017

I hope that fixes the issue also for a (content-editable) div inside of the input-group.

@andresgalante
Copy link
Collaborator Author

@alecpl I'd have to test it, but I think that as long as you add the class input-group-addon to your div it should work too

@andresgalante
Copy link
Collaborator Author

Here is a codepen to demo the fix: https://codepen.io/andresgalante/pen/QMXRwa

Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

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

Looks good—curious if this also fixes #22690?

@andresgalante
Copy link
Collaborator Author

andresgalante commented Oct 2, 2017

@mdo Yes, I just checked in IE11 with browser stack and it does fix #22690

This is v4-dev on IE11:
screen shot 2017-10-01 at 10 41 47 pm

This is after the changes on this PR on IE11:
screen shot 2017-10-01 at 10 35 15 pm

@alecpl
Copy link
Contributor

alecpl commented Oct 2, 2017

@mdo, It would be nice to have it in beta2. I also tested the change and works for me. Thanks.

@mdo
Copy link
Member

mdo commented Oct 2, 2017

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants