-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
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
Fieldset legend does not work in bootstrap 5.0 beta-1 #32548
Comments
Looks about the same flipping through this? https://codepen.io/emdeoh/pen/eYdEWba You'll have to be more specific with bug reports, and include browser/OS versions. |
@mdo You have wrongly closed the issue. You even did not read my issue properly. The demo you shared is with This is happening in all chromium browsers. I am using Windows 10 20H2 (OS build 19042.685). |
Apologies, the demo was meant to include v4.5.x and v5.x. Here's the updated demo: https://codepen.io/emdeoh/pen/eYdEWba. |
@mdo I see it's not working in your demo with |
@mdo I am waiting to hear from you. |
@MartijnCuppens Having trouble finding a PR. Did we drop the legend in the border for the fieldset in v5? #30345 |
Fieldset didn't have a border in v4 too: https://getbootstrap.com/docs/4.5/content/reboot/#forms:
In v5, we've reset the |
@MartijnCuppens |
@MartijnCuppens I am expecting a response from you. Or if you think it's a bug then please reopen the issue. |
@mdo Any update on this issue, please? |
@TanvirArjel We're all working on Bootstrap for free and beside our own jobs and life, please stop pressing. FYI we added If the bug you're chasing is that If that's not the bug you're describing, please describe it again as you only said "it does not work", which is not really helpful. |
|
I had the same issue and I prefer to add legend as caption overlay the fieldset's border. I used .float-none to the legend and it works for me. Before read the tips here I googled a lot. Thanks so much. @ffoodd |
this should work! |
|
adding text-center so awesome too... |
Thanks alot guys using border rounded-3 p-3 on fieldset and float-none w-auto px-3 on legend sure worked for me |
you're welcome! it's a pleasure! |
yes, why they changed it the default html? It is not not working on bootstrap 5 on any stable version? If I put class float-none, the col-lg-6 and col-lg-6, the second col-lg-6 does not stay at right, it comes beneath the first one. |
yes its work fine, |
The following code does not work in
v5.0 beta-1
while it perfectly works inv4.5.3
The text was updated successfully, but these errors were encountered: