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

Forms are using Bootstrap 4 classes? #17

Open
mmoravcik opened this issue Oct 31, 2022 · 0 comments
Open

Forms are using Bootstrap 4 classes? #17

mmoravcik opened this issue Oct 31, 2022 · 0 comments

Comments

@mmoravcik
Copy link

Bootstrap 4 docs say to use a form-group https://getbootstrap.com/docs/4.6/components/forms/ e.g

  <div class="form-group">
    <label for="exampleInputEmail1">Email address</label>
    <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
  </div>

And bootstrap 5 mb3 e.g https://getbootstrap.com/docs/5.0/forms/form-control/

<div class="mb-3">
  <label for="exampleFormControlInput1" class="form-label">Email address</label>
  <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
</div>

Although purple states bootstrap 5, it seems like it is using bootstrap 4 style forms

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