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

InputGroup + FormFeedback does not work #1591

Closed
supermihi opened this issue Jul 23, 2019 · 2 comments
Closed

InputGroup + FormFeedback does not work #1591

supermihi opened this issue Jul 23, 2019 · 2 comments

Comments

@supermihi
Copy link

  • components: InputGroup, FormFeedback
  • reactstrap version #8.0.1
  • import method es
  • react version #16.8.6
  • bootstrap version #4.3.1

What is happening?

I am using an <InputGroup/> with a text-<Input/> followed by an <InputGroupAddon addonType="append"/>. I try to add a <FormFeedback/>. Where to put that element?

  • between <Input/> and <InputGroupAddon/> breaks layout: the addon is moved into the next row
  • after <InputGroupAddon/>: breaks style of the addon: no rounded corners to the right
  • after the <InputGroup/>: feedback not shown at all.

What should be happening?

Steps to reproduce issue

  1. ...
  2. ...

Error message in console

paste error message with stacktrack here

Code

https://stackblitz.com/edit/reactstrap-mzdndu?file=Example.js

@TheSharpieOne
Copy link
Member

this is a bootstrap css issue. There are several issues within bootstrap's repo. Check out this one: twbs/bootstrap#23454

@supermihi
Copy link
Author

I see. Thank you for the hint!

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

No branches or pull requests

2 participants