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 * * * ```