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

Input Group w/ Textarea #23745

Closed
travpeck opened this issue Aug 30, 2017 · 2 comments
Closed

Input Group w/ Textarea #23745

travpeck opened this issue Aug 30, 2017 · 2 comments

Comments

@travpeck
Copy link

The button does not align with the text-area anymore (in both Firefox and IE11).

This worked perfectly fine in Bootstrap 4 Beta:

<div class="input-group">
  <span class="input-group-addon">Id</span>
  <textarea class="form-control" maxlength="1000">Text</textarea>
  <span class="input-group-btn">
    <button class="btn btn-danger" type="button">Delete</button>
  </span>
</div>

Bootstrap 4 Beta:
input-group

Bootstrap 4 Alpha:
input-group-2

@Johann-S
Copy link
Member

Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via JS Bin or CodePen and report back with your link, Bootstrap version, and specific browser and OS details.

@travpeck
Copy link
Author

Here is a link to the jsfiddle displaying the problem.

  • Bootstrap 4.0.0-beta
  • Firefox 45.9.0 & IE11
  • Windows 7

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

No branches or pull requests

3 participants