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

Incorrect layout for BS5 #15

Open
mcnickbronx opened this issue Sep 5, 2021 · 0 comments
Open

Incorrect layout for BS5 #15

mcnickbronx opened this issue Sep 5, 2021 · 0 comments

Comments

@mcnickbronx
Copy link

mcnickbronx commented Sep 5, 2021

In bootstrap is er geen nesting in

https://getbootstrap.com/docs/5.1/forms/checks-radios/

It should be like this, and you are left as in BS4

<div class="form-check">
  <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault1">
  <label class="form-check-label" for="flexRadioDefault1">
    Default radio
  </label>
</div>
<div class="form-check">
  <input class="form-check-input" type="radio" name="flexRadioDefault" id="flexRadioDefault2" checked>
  <label class="form-check-label" for="flexRadioDefault2">
    Default checked radio
  </label>
</div>

Now the layout has this look, but that was in BS4.

                            <div class="form-check">
                                <label for="id_symptom_1_1">
                                    <input class="is-valid"
                                           id="id_symptom_1_1"
                                           name="symptom_1" required=""
                                           title="" type="radio" value="1"/>
                                    Very Mild</label>
                            </div>
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

No branches or pull requests

1 participant