diff --git a/src/components/input/README.md b/src/components/input/README.md
index 6e3ab7ac4616..49d0d390bbbf 100644
--- a/src/components/input/README.md
+++ b/src/components/input/README.md
@@ -15,6 +15,18 @@ At the time of writing this README, the `[type]` attribute is copied to the actu
The valid `type` attribute values are any supported by your browser, with the exception of `file`, `checkbox` and `radio`. File inputs aren't supported for now, while check boxes and radio buttons have their own components.
+## Text Divider
+
+You can choose to show or hide the text divider line under the ``. By default the text divider will always be `true`.
+
+To hide the text divider:
+
+#### Example
+
+```html
+
+
+```
## Prefix and Suffix
diff --git a/src/components/input/input.html b/src/components/input/input.html
index f177fd3870a5..875020a5a5af 100644
--- a/src/components/input/input.html
+++ b/src/components/input/input.html
@@ -40,7 +40,7 @@