-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Closed
Feature request: <fieldset disabled> #1681
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
even better i created a pull request :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the
<fieldset>
element you can semantically disable an entire set of fields by setting itsdisabled
attribute. The input styles in Bulma don't currently support this.Any plan to support this structure considering the
disabled
form styles for bulma? Thanks :)The text was updated successfully, but these errors were encountered: