InputGroupAddon Broken
See original GitHub issueIssue description
- components:
InputGroupAddon - reactstrap version
5.0.0-alpha.3 - bootstrap version
4.0.0-beta.2
What is happening?
InputGroupAddon Are broken even in your website
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
InputGroupAddon tag not working with reactstrap. Any ...
I have imported like this only but still it is not working. Please see below implementation for InputGroupAddon <InputGroupAddon ...
Read more >Bootstrap 3 Datepicker v4 Docs
Bootstrap 3 Datepicker v4 Docs · Minimum Setup · Using Locales · Time Only · Date Only · No Icon (input field only):...
Read more >Input group - Bootstrap
Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs....
Read more >Dash-bootstrap-components v1 - beta release available
There are some breaking changes. The following components have been removed: CardColumns , CardDeck , FormGroup , InputGroupAddon ...
Read more >reactstrap - npm
React Bootstrap components. Latest version: 9.1.5, last published: 2 months ago. Start using reactstrap in your project by running `npm i ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

reactstrap 5.0.0-alpha.4is pretty old and is best compatible withbootstrap 4.0-beta. Themasterbranch has quite a few commits to get it working withbeta.2andbeta.3but those aren’t released yet.Personally I use
BS 4.0-beta.2withreactstrap 5.0.0-alpha.4and manually fix the few things that break for me. All depends on what components you use. Check http://getbootstrap.com/docs/4.0/migration/ forbeta.2/3breaking changes.I still have this issue with:
using
<InputGroupAddon addonType="prepend">$</InputGroupAddon>for example, shows this is the console:Warning: React does not recognize theaddonTypeprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseaddontypeinstead. If you accidentally passed it from a parent component, remove it from the DOM element.