Skip to content

Commit

Permalink
Fix typo in markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Aischmann committed Dec 20, 2019
1 parent c12a523 commit e8675af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/formelements.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fieldsets group other form elements (including nested fieldsets).
Options:
* `children` _(required)_ - containing child form elements
* `tablestyle` _(optional)_ set table view true or false. This will color the rows like zebrastripes. Labels of the containing formElements are hidden. The tablehead row will be populated from the labels from the children of the first fieldset. If cells in the first row must be skipped then [Spacers](#spacers) can be used.
* `tablestyle` _(optional)_ set table view true or false. This will color the rows like zebrastripes. Labels of the containing formElements are hidden. The tablehead row will be populated from the labels from the children of the first fieldset. If cells in the first row must be skipped then [Spacers](#Spacer) can be used.
* `toggle` _(optional)_ - the fieldset is disabled and hidden until the toggle condition is met
* `field` - dotted path to the field whose value will be evaluated to match the toggle condition
* `value` - required value to toggle the fieldset on
Expand Down

0 comments on commit e8675af

Please sign in to comment.