Evan Sharp
Evan Sharp
Any extra attributes you want to add you can just add. Everything that reactstrap doesn't use gets passed down. If you want `data-date-format`, just pass `data-date-format` (your 3rd thing) Checkout...
We use react-popper for the dropdowns I don't think they are intented to be used with portals like this.
Can the container be configurable? Something similar to how PopperContent works: Prop can be `PropTypes.oneOfType([PropTypes.string, PropTypes.func, DOMElement]),` if it is a string, the string 'inline' means it will not use...
The order of the strings within `className` does not matter. That said, `className="one two custom"` results in the **same** styles being **applied** as `className="custom one two"` You need to increase...
Seems like we need to delay the focus a little bit to get it to work like bootstrap. Bootstrap uses events to trigger the focus, because of this the the...
I haven't been tracking it. Personally, I haven't had the time to give to reactstrap for a while now. Plus (FWIW) react-bootstrap now supports v4. I would love for some...
I made a branch `bootstrap5`, make PRs to that. Feel free to open new issues to keep track of bootstrap5 related efforts so that efforts are not duplicated.
@bestguy there was nothing new added to the bootstrap5 branch, so I just brought it up to master (they are now even).
@bestguy that is awesome! As for the link @iamandrewluca posted, for transparency I am going to post the text here. Before you read it, keep this in mind: I would...
hmmm... TIL react doesn't like arrow functions. Looks like I have a lot of code to change in my projects 😦