-
HI, There. Formik seem not working in reactstrap modal. This is my code:
import React, { Component } from "react";
import {
Button,
Modal,
ModalHeader,
ModalBody,
ModalFooter,
La…
-
I'm upgrading a header component from react-bootstrap to reactstrap, that's all fine, only thing is that the dropdown toggles are no longer active when a dropdown menu item is active. The previous cod…
-
### Issue description
- reactstrap version `>=9.0.1`
- import method `umd`
- react version `#16.13.1`
- bootstrap version `#5.1.3`
### What is happening?
I am trying to do a simple test …
-
Switch to using https://react-bootstrap.github.io/ and a theme once they support v4: https://github.com/react-bootstrap/react-bootstrap/pull/2752
-
Based on design expectations, it will be best to remove any reactstrap dependencies and roll custom components. This allows greater flexibility in the long run.
**Items to discuss**
- Which CSS pr…
-
This version don't support validate for tag InputGroup.
How can you help me implement this component?
Thanks for you advice!
-
- components: `Offcanvas`
- reactstrap version `#9.2.2`
- import method `umd/csj/es`
- react version `#^18.2.0`
- bootstrap version `#^5.3.0`
### What is happening?
https://reactstrap.githu…
-
I would like to use `reactstrap` with this mern-starter. But I find that I cannot start the project with `npm start` properly after I add an import statment in `client/modules/App/App.js`
e.g
`impor…
-
Modal has z-index issues on IE11, the default modal container from reactstrap uses `position: relative;` causing underlap:
https://github.com/reactstrap/reactstrap/blob/ee048169ba8ee3b24e7ab427…
-
As a part of major rewrite and simplification of the component, several features have been removed. Tooltip is one of them, as its content was difficult to read and it was often displayed in incorrect…