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

Is it possible to create horizontal form? #68

Open
NickKingston opened this issue Jun 17, 2019 · 2 comments
Open

Is it possible to create horizontal form? #68

NickKingston opened this issue Jun 17, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@NickKingston
Copy link

NickKingston commented Jun 17, 2019

https://getbootstrap.com/docs/4.0/components/forms/#horizontal-form
Something like this:

<form>
  <div class="form-group row">
    <label for="inputEmail3" class="col-sm-2 col-form-label">Email</label>
    <div class="col-sm-10">
      <input type="email" class="form-control" id="inputEmail3" placeholder="Email">
    </div>
  </div>
</form>
@netojose
Copy link
Owner

Good point, @NickKingston . For now, only default and inline are available. But I can do this soon :)
I will leave this open, and close when this feature is implemented.

Thanks!

@netojose netojose added the enhancement New feature or request label Jun 17, 2019
@netojose netojose self-assigned this Jun 17, 2019
@str
Copy link

str commented Aug 6, 2019

is this a duplicate from #53 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants