Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Add additional selector in the .form-group div? #87

Open
ShahidH opened this issue Jun 1, 2017 · 0 comments
Open

Add additional selector in the .form-group div? #87

ShahidH opened this issue Jun 1, 2017 · 0 comments

Comments

@ShahidH
Copy link

ShahidH commented Jun 1, 2017

Is there a way to add additional selector in the .form-group div but not globally?

For example:

BootForm::text('username');

Would generate:

<div class="form-group">
    <label for="username" class="control-label col-md-2">Username</label>
    <div class="col-md-10">
        <input type="text" name="username" class="form-control">
    </div>
</div>

What I want to add additional selector, eg:

<div class="form-group col-md-3">
    
</div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant