From 4224e903db62d0cfd52175edfd343c05b4a26d90 Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 10 Jan 2017 15:11:27 -0500 Subject: [PATCH] docs(input): add example for ion-textarea --- src/components/input/input.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/input/input.ts b/src/components/input/input.ts index cddc173b4e..09d65d9a9c 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -68,6 +68,10 @@ import { Platform } from '../../platform/platform'; * * * + * + * + * + * * * ``` * @@ -591,7 +595,9 @@ export class TextInput extends Ion implements IonicFormInput { this._coord = null; } - + /** + * @private + */ setItemInputControlCss() { let item = this._item; let nativeInput = this._native;