The following form controls classes are supported:
-
@@ -1033,6 +1039,19 @@ variables_keys:
Form elements can be customized using the following generic variables. Simply set one or multiple of these variables before importing Bulma. Learn how.
{% endcapture %}
+{% include elements/anchor.html name="Disabled form" %}
+
+{% include elements/new-tag.html version="0.7.3" %}
+
+
+
+
+
+{% include elements/snippet.html content=disabled_fields_example %}
+
{% include elements/variables.html
type='element'
variables_keys=page.variables_control_keys
+ You can disable part or a whole form by wrapping a set of controls in a fieldset with a disabled HTML attribute.
+