From d17441459e1e103801b8953e80158e27d23e7018 Mon Sep 17 00:00:00 2001 From: Bryan Walker Date: Sun, 24 Jul 2016 21:16:36 -0500 Subject: [PATCH] docs(input): update input Added additional item highlighting ability to make text area taller and include placeholder text. --- src/components/input/input.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 83def536f5..a0eb9f44a5 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -159,6 +159,11 @@ export class TextInput extends InputBase { * Description * * + * + * + * Long Description + * + * * ``` * * @demo /docs/v2/demos/textarea/