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

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

@ShahidH

Description

@ShahidH

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions