From c56382925f091973510434cab19e29cd98687163 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 15:23:38 -0500 Subject: [PATCH] docs(input): clean up docs --- ionic/components/input/input.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ionic/components/input/input.ts b/ionic/components/input/input.ts index 13036545bf..21377a0c39 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -30,7 +30,7 @@ import {Platform} from '../../platform/platform'; * An `ion-input` is **not** used for non-text type inputs, such as a * `checkbox`, `radio`, `toggle`, `range`, `select`, etc. * - * @property [inset] - The input will be inset + * @property [type] - The HTML input type (text, password, email, number, search, tel, or url) * @property [clearInput] - A clear icon will appear in the input which clears it * * @usage @@ -110,8 +110,6 @@ export class TextInput extends InputBase { * When requiring only a single-line text input it's recommended * to use `` instead. * - * @property [inset] - The textarea will be inset - * * @usage * ```html * @@ -120,12 +118,12 @@ export class TextInput extends InputBase { * * * - * Message + * Message * * * * - * Description + * Description * * * ```