Skip to content

Feature request: <fieldset disabled> #1681

@samburgers

Description

@samburgers

With the <fieldset> element you can semantically disable an entire set of fields by setting its disabled attribute. The input styles in Bulma don't currently support this.

<form>
    <fieldset disabled>
        <input class="input"/>
        <input class="input"/>
    </fieldset>
</form>

Any plan to support this structure considering the disabled form styles for bulma? Thanks :)

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