diff --git a/manual/components.md b/manual/components.md
index 5ba1661..13bdbb7 100644
--- a/manual/components.md
+++ b/manual/components.md
@@ -210,7 +210,7 @@ If the prop `type` is input, the type of input is controlled by the `inputType`
### Submit Button Field Group
```js
-
+```
### Select Field Groups
@@ -242,7 +242,6 @@ Select field groups happen when you pass "select" to the `type` prop.
Select fields take an array of options in the prop option. Options in that collection must conform the shape [defined here](https://calderalabs.org/caldera-components/docs/file/src/components/fields/propTypes.js.html#lineNumber75)
-
```
let selectFieldValue = '';
```
+## Submit Buttons and Other Types Of Buttons
+In general, for submit inputs and `