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

Feature/bootstrap v5 #431

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Feature/bootstrap v5 #431

wants to merge 24 commits into from

Conversation

petrKavulok
Copy link
Contributor

No description provided.

@petrKavulok petrKavulok self-assigned this Aug 6, 2023
@@ -662,7 +662,7 @@ function ConfigSection(props) {
</div>
</Col>
</Row>
<FormGroup tag="fieldset" disabled={props.isSubmitting}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petrKavulok Why? I thought that <FormGroup> is a reactstrap tag, or were there any clashes with bootstrap5?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, it <FormGroup> is using Bootstraps class names and respective styling. Form specific layout classes were dropped in B5.
Screenshot 2023-08-09 at 9 57 48

https://getbootstrap.com/docs/5.1/migration/#forms

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but we are using reactstrap component here. And it is still present in reactstrap v9, which should be fully compatible with bootstrap v5

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

Successfully merging this pull request may close these issues.

2 participants