Fieldset / Groups
Wraps a list of fields inside of a group with a label on top.
Showcase
Code
<!-- Wrap your field in a fieldset with the class 'fieldset' -->
+Fable.Form · Fieldset / Groups Fieldset / Groups
Wraps a list of fields inside of a group with a label on top.
Showcase
Code
<!-- Wrap your field in a fieldset with the class 'fieldset' -->
<fieldset class="fieldset">
<!-- Use the the legend element to control what text to show at the top of the group -->
<legend>Teacher</legend>
diff --git a/Fable.Form.Simple.Bulma/components/form-list.html b/Fable.Form.Simple.Bulma/components/form-list.html
index 7ff3978..435cf0f 100644
--- a/Fable.Form.Simple.Bulma/components/form-list.html
+++ b/Fable.Form.Simple.Bulma/components/form-list.html
@@ -1,4 +1,4 @@
-Fable.Form · Form list Form list
Wraps a list of fields inside of a box.
Showcase