Skip to content

Append widget classes to defaults #50

@utilityboy

Description

@utilityboy

Given an fm-submit with default class of btn btn-primary it would be nice to be able to do the following:

{{fm-submit value='Submit' class='float-right'}}

and have it generate

<button type="submit" value="Submit" class="btn primary float-right">

Is there a way to do this through some other means?

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