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

Feature request: <fieldset disabled> #1681

Closed
samburgers opened this issue Feb 21, 2018 · 1 comment · Fixed by tghelere/valorize-vidas#6 · May be fixed by devopsred/gaia#6, anikets43/angular-ngrx-socket-frontend#4 or jwlh/WDI_GROUP_PROJECT#2

Comments

@samburgers
Copy link
Contributor

samburgers commented Feb 21, 2018

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 :)

@samburgers
Copy link
Contributor Author

even better i created a pull request :)

#1682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment